1 write to _cacheSmallCaptionFontSize
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
697
_cacheSmallCaptionFontSize
= CreateInstance(SystemResourceKeyID.SmallCaptionFontSize);
2 references to _cacheSmallCaptionFontSize
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
695
if (
_cacheSmallCaptionFontSize
== null)
700
return
_cacheSmallCaptionFontSize
;