1 write to _topLevelHeaderTemplateKey
PresentationFramework (1)
System\Windows\Controls\MenuItem.cs (1)
107
_topLevelHeaderTemplateKey
= new ComponentResourceKey(typeof(MenuItem), "TopLevelHeaderTemplateKey");
2 references to _topLevelHeaderTemplateKey
PresentationFramework (2)
System\Windows\Controls\MenuItem.cs (2)
105
if (
_topLevelHeaderTemplateKey
== null)
110
return
_topLevelHeaderTemplateKey
;