We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293887a commit 94a6f16Copy full SHA for 94a6f16
1 file changed
source/iNKORE.UI.WPF.Modern/Themes/Controls/MenuItem.xaml
@@ -168,6 +168,7 @@
168
BorderBrush="{TemplateBinding BorderBrush}"
169
BorderThickness="{TemplateBinding BorderThickness}"
170
CornerRadius="{TemplateBinding chelper:ControlHelper.CornerRadius}"
171
+ chelper:FocusVisualHelper.IsTemplateFocusTarget="{Binding RelativeSource={RelativeSource AncestorType=ContextMenu}, Path=IsVisible, Mode=OneWay, TargetNullValue=False}"
172
SnapsToDevicePixels="true">
173
<Grid x:Name="AnimationRoot">
174
<Grid.ColumnDefinitions>
0 commit comments