File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 215
215
216
216
<Expander Header =" User Properties"
217
217
Margin =" 0,10,0,0" >
218
- <ContentPresenter Margin =" -6"
219
- Content =" {Binding SessionOptions.UserProperties}" />
218
+ <controls : UserPropertiesView Margin =" -6"
219
+ DataContext =" {Binding SessionOptions.UserProperties}" />
220
220
</Expander >
221
221
</StackPanel >
222
222
</ScrollViewer >
Original file line number Diff line number Diff line change 107
107
Grid.Column=" 0"
108
108
Grid.Row=" 0"
109
109
Content =" Quality of service (QoS) level" />
110
- <ContentPresenter Grid.Column=" 1"
110
+ <controls : QualityOfServiceLevelSelectorView Grid.Column=" 1"
111
111
Grid.Row=" 0"
112
- Content =" {Binding QualityOfServiceLevel}" />
112
+ DataContext =" {Binding QualityOfServiceLevel}" />
113
113
<!-- Retain -->
114
114
<Label Classes =" caption"
115
115
Grid.Column=" 0"
Original file line number Diff line number Diff line change 64
64
Width =" 1" />
65
65
66
66
<!-- The selected item. -->
67
- <ContentPresenter Margin =" 10"
67
+ <publish : PublishItemView Margin =" 10"
68
68
Grid.Column=" 2"
69
- Content =" {Binding ElementName=PART_Items, Path=SelectedItem}" />
69
+ DataContext =" {Binding ElementName=PART_Items, Path=SelectedItem}" />
70
70
</Grid >
71
71
72
72
</controls : Overlay >
Original file line number Diff line number Diff line change 67
67
Grid.Column=" 0"
68
68
Grid.Row=" 0"
69
69
Content =" Quality of Service level (QoS)" />
70
- <ContentPresenter Content =" {Binding QualityOfServiceLevel}"
70
+ <controls : QualityOfServiceLevelSelectorView DataContext =" {Binding QualityOfServiceLevel}"
71
71
Grid.Column=" 1"
72
72
Grid.Row=" 0" />
73
73
91
91
<Label Grid.Row=" 3"
92
92
Grid.Column=" 0"
93
93
Classes =" caption" >Retain handling</Label >
94
- <ContentPresenter Grid.Row=" 3"
94
+ <controls : RetainHandlingSelectorView Grid.Row=" 3"
95
95
Grid.Column=" 1"
96
- Content =" {Binding RetainHandling}" />
96
+ DataContext =" {Binding RetainHandling}" />
97
97
98
98
<!-- User properties -->
99
99
<Label Grid.Row=" 4"
100
100
Grid.Column=" 0"
101
101
Classes =" caption" >User Properties</Label >
102
- <ContentPresenter Grid.Row=" 5"
102
+ <controls : UserPropertiesView Grid.Row=" 5"
103
103
Grid.Column=" 0"
104
104
Grid.ColumnSpan=" 2"
105
- Content =" {Binding UserProperties}" />
105
+ DataContext =" {Binding UserProperties}" />
106
106
</Grid >
107
107
</Grid >
108
108
146
146
</TabItem >
147
147
<!-- The user properties -->
148
148
<TabItem Header =" User properties" >
149
- <ContentPresenter Content =" {Binding Response.UserProperties}" />
149
+ <controls : UserPropertiesView DataContext =" {Binding Response.UserProperties}" />
150
150
</TabItem >
151
151
</TabControl >
152
152
</controls : GroupBox >
Original file line number Diff line number Diff line change 58
58
Width =" 1" />
59
59
60
60
<!-- The selected item. -->
61
- <ContentPresenter Margin =" 10"
61
+ <subscriptions : SubscriptionItemView Margin =" 10"
62
62
Grid.Column=" 2"
63
- Content =" {Binding ElementName=PART_Items, Path=SelectedItem}" />
63
+ DataContext =" {Binding ElementName=PART_Items, Path=SelectedItem}" />
64
64
</Grid >
65
65
66
66
</UserControl >
You can’t perform that action at this time.
0 commit comments