1 write to _topLevelItemTemplateKey
PresentationFramework (1)
System\Windows\Controls\MenuItem.cs (1)
80
_topLevelItemTemplateKey
= new ComponentResourceKey(typeof(MenuItem), "TopLevelItemTemplateKey");
2 references to _topLevelItemTemplateKey
PresentationFramework (2)
System\Windows\Controls\MenuItem.cs (2)
78
if (
_topLevelItemTemplateKey
== null)
83
return
_topLevelItemTemplateKey
;