2 writes to _captionFontFamily
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
114
_captionFontFamily
= new FontFamily(SystemParameters.NonClientMetrics.lfCaptionFont.lfFaceName);
1046
_captionFontFamily
= null;
2 references to _captionFontFamily
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
112
if (
_captionFontFamily
== null)
117
return
_captionFontFamily
;