1 write to _cacheCaptionFontWeight
PresentationFramework (1)
System\Windows\SystemFonts.cs (1)
665
_cacheCaptionFontWeight
= CreateInstance(SystemResourceKeyID.CaptionFontWeight);
2 references to _cacheCaptionFontWeight
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
663
if (
_cacheCaptionFontWeight
== null)
668
return
_cacheCaptionFontWeight
;