1 write to _cacheSmallCaptionFontWeight
PresentationFramework (1)
src\Framework\System\Windows\SystemFonts.cs (1)
735
_cacheSmallCaptionFontWeight
= CreateInstance(SystemResourceKeyID.SmallCaptionFontWeight);
2 references to _cacheSmallCaptionFontWeight
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
733
if (
_cacheSmallCaptionFontWeight
== null)
738
return
_cacheSmallCaptionFontWeight
;