1 write to _menuItemSeparatorStyleKey
PresentationFramework (1)
src\Framework\System\Windows\SystemResourceKey.cs (1)
1961
_menuItemSeparatorStyleKey
= new SystemThemeKey(SystemResourceKeyID.MenuItemSeparatorStyle);
2 references to _menuItemSeparatorStyleKey
PresentationFramework (2)
src\Framework\System\Windows\SystemResourceKey.cs (2)
1959
if (
_menuItemSeparatorStyleKey
== null)
1963
return
_menuItemSeparatorStyleKey
;