1 write to _cacheSmallCaptionFontSize
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
687
_cacheSmallCaptionFontSize
= CreateInstance(SystemResourceKeyID.SmallCaptionFontSize);
2 references to _cacheSmallCaptionFontSize
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
685
if (
_cacheSmallCaptionFontSize
== null)
690
return
_cacheSmallCaptionFontSize
;