2 writes to _captionFontFamily
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
124
_captionFontFamily
= new FontFamily(SystemParameters.NonClientMetrics.lfCaptionFont.lfFaceName);
1056
_captionFontFamily
= null;
2 references to _captionFontFamily
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
122
if (
_captionFontFamily
== null)
127
return
_captionFontFamily
;