1 write to _cacheSmallCaptionFontStyle
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
719
_cacheSmallCaptionFontStyle
= CreateInstance(SystemResourceKeyID.SmallCaptionFontStyle);
2 references to _cacheSmallCaptionFontStyle
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
717
if (
_cacheSmallCaptionFontStyle
== null)
722
return
_cacheSmallCaptionFontStyle
;