1 write to _cacheMessageFontWeight
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
994
_cacheMessageFontWeight
= CreateInstance(SystemResourceKeyID.MessageFontWeight);
2 references to _cacheMessageFontWeight
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
992
if (
_cacheMessageFontWeight
== null)
997
return
_cacheMessageFontWeight
;