File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Microsoft.DotNet.Wpf/src/Themes/PresentationFramework.Fluent/Styles Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 266266 </Grid >
267267 </Grid >
268268 <Popup
269- x : Name =" Popup "
269+ x : Name =" PART_Popup "
270270 MinWidth =" {TemplateBinding ActualWidth}"
271271 VerticalAlignment =" Center"
272272 AllowsTransparency =" True"
357357 <Trigger Property =" HasItems" Value =" False" >
358358 <Setter TargetName =" DropDownBorder" Property =" MinHeight" Value =" {StaticResource ComboBoxPopupMinHeight}" />
359359 </Trigger >
360- <Trigger SourceName =" Popup " Property =" Popup.AllowsTransparency" Value =" False" >
360+ <Trigger SourceName =" PART_Popup " Property =" Popup.AllowsTransparency" Value =" False" >
361361 <Setter TargetName =" DropDownBorder" Property =" CornerRadius" Value =" 0" />
362362 </Trigger >
363363 <Trigger Property =" IsGrouping" Value =" True" >
You can’t perform that action at this time.
0 commit comments