1 write to _cacheSmallCaptionFontFamily
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
703
_cacheSmallCaptionFontFamily
= CreateInstance(SystemResourceKeyID.SmallCaptionFontFamily);
2 references to _cacheSmallCaptionFontFamily
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
701
if (
_cacheSmallCaptionFontFamily
== null)
706
return
_cacheSmallCaptionFontFamily
;