1 write to _cacheSmallCaptionFontStyle
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
729
_cacheSmallCaptionFontStyle
= CreateInstance(SystemResourceKeyID.SmallCaptionFontStyle);
2 references to _cacheSmallCaptionFontStyle
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
727
if (
_cacheSmallCaptionFontStyle
== null)
732
return
_cacheSmallCaptionFontStyle
;