1 write to _cacheMessageFontSize
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
927
_cacheMessageFontSize
= CreateInstance(SystemResourceKeyID.MessageFontSize);
2 references to _cacheMessageFontSize
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
925
if (
_cacheMessageFontSize
== null)
930
return
_cacheMessageFontSize
;