1 write to _cacheMessageFontSize
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
946
_cacheMessageFontSize
= CreateInstance(SystemResourceKeyID.MessageFontSize);
2 references to _cacheMessageFontSize
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
944
if (
_cacheMessageFontSize
== null)
949
return
_cacheMessageFontSize
;