1 write to _cacheSmallCaptionFontSize
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
706
_cacheSmallCaptionFontSize
= CreateInstance(SystemResourceKeyID.SmallCaptionFontSize);
2 references to _cacheSmallCaptionFontSize
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
704
if (
_cacheSmallCaptionFontSize
== null)
709
return
_cacheSmallCaptionFontSize
;