1 write to _cacheSmallCaptionFontWeight
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
745
_cacheSmallCaptionFontWeight
= CreateInstance(SystemResourceKeyID.SmallCaptionFontWeight);
2 references to _cacheSmallCaptionFontWeight
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
743
if (
_cacheSmallCaptionFontWeight
== null)
748
return
_cacheSmallCaptionFontWeight
;