1 write to _cacheMessageFontWeight
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
985
_cacheMessageFontWeight
= CreateInstance(SystemResourceKeyID.MessageFontWeight);
2 references to _cacheMessageFontWeight
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
983
if (
_cacheMessageFontWeight
== null)
988
return
_cacheMessageFontWeight
;