1 write to _cacheSmallCaptionFontFamily
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
713
_cacheSmallCaptionFontFamily
= CreateInstance(SystemResourceKeyID.SmallCaptionFontFamily);
2 references to _cacheSmallCaptionFontFamily
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
711
if (
_cacheSmallCaptionFontFamily
== null)
716
return
_cacheSmallCaptionFontFamily
;