1 write to _cacheSmallCaptionFontStyle
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
738
_cacheSmallCaptionFontStyle
= CreateInstance(SystemResourceKeyID.SmallCaptionFontStyle);
2 references to _cacheSmallCaptionFontStyle
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
736
if (
_cacheSmallCaptionFontStyle
== null)
741
return
_cacheSmallCaptionFontStyle
;