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