File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/WPFDevelopers.Shared/Styles Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 132
132
CornerRadius =" {Binding Path=(helpers:ElementHelper.CornerRadius), RelativeSource={RelativeSource TemplatedParent}}"
133
133
SnapsToDevicePixels =" True" >
134
134
<controls : SmallPanel >
135
- <ToggleButton
136
- x : Name =" PART_ToggleButton"
137
- Background =" {TemplateBinding Background}"
138
- ClickMode =" Press"
139
- Focusable =" False"
140
- IsChecked =" {Binding IsDropDownOpen, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}"
141
- Style =" {x:Null}"
142
- Template =" {StaticResource WD.ComboBoxToggleButton}" />
143
135
<ContentPresenter
144
136
x : Name =" ContentSite"
145
137
Margin =" {TemplateBinding Padding}"
174
166
Text =" {Binding Path=(helpers:ElementHelper.Watermark), RelativeSource={RelativeSource TemplatedParent}}"
175
167
TextTrimming =" CharacterEllipsis"
176
168
Visibility =" Collapsed" />
169
+ <ToggleButton
170
+ x : Name =" PART_ToggleButton"
171
+ Background =" {TemplateBinding Background}"
172
+ ClickMode =" Press"
173
+ Focusable =" False"
174
+ IsChecked =" {Binding IsDropDownOpen, Mode=TwoWay, RelativeSource={RelativeSource TemplatedParent}}"
175
+ Style =" {x:Null}"
176
+ Template =" {StaticResource WD.ComboBoxToggleButton}" />
177
177
<Popup
178
178
x : Name =" PART_Popup"
179
179
MinWidth =" {TemplateBinding FrameworkElement.ActualWidth}"
You can’t perform that action at this time.
0 commit comments