1 write to _cacheMessageFontWeight
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
975
_cacheMessageFontWeight
= CreateInstance(SystemResourceKeyID.MessageFontWeight);
2 references to _cacheMessageFontWeight
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
973
if (
_cacheMessageFontWeight
== null)
978
return
_cacheMessageFontWeight
;