File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
MaterialDesignThemes.Wpf/Themes Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- <ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
1
+ <ResourceDictionary xmlns =" http://schemas.microsoft.com/winfx/2006/xaml/presentation"
2
2
xmlns : x =" http://schemas.microsoft.com/winfx/2006/xaml"
3
3
xmlns : converters =" clr-namespace:MaterialDesignThemes.Wpf.Converters"
4
4
xmlns : wpf =" clr-namespace:MaterialDesignThemes.Wpf" >
70
70
NotNullValue =" Collapsed"
71
71
NullValue =" Visible" />
72
72
<converters : BrushRoundConverter x : Key =" BrushRoundConverter" />
73
+ <converters : NotConverter x : Key =" NotConverter" />
73
74
74
75
<wpf : PackIcon x : Key =" MaterialDesignPopupBoxToggleContent"
75
76
Width =" 24"
86
87
<Setter Property =" PopupHorizontalOffset" Value =" 5" />
87
88
<Setter Property =" PopupUniformCornerRadius" Value =" 2" />
88
89
<Setter Property =" PopupVerticalOffset" Value =" 5" />
90
+ <Setter Property =" ToolTipService.IsEnabled" Value =" {Binding IsPopupOpen, RelativeSource={RelativeSource Self}, Converter={StaticResource NotConverter}}" />
89
91
<Setter Property =" Template" >
90
92
<Setter .Value>
91
93
<ControlTemplate TargetType =" {x:Type wpf:PopupBox}" >
You can’t perform that action at this time.
0 commit comments