1 write to _cacheMessageFontSize
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
937
_cacheMessageFontSize
= CreateInstance(SystemResourceKeyID.MessageFontSize);
2 references to _cacheMessageFontSize
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
935
if (
_cacheMessageFontSize
== null)
940
return
_cacheMessageFontSize
;