2 writes to _captionFontFamily
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
115
_captionFontFamily
= new FontFamily(SystemParameters.NonClientMetrics.lfCaptionFont.lfFaceName);
1047
_captionFontFamily
= null;
2 references to _captionFontFamily
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
113
if (
_captionFontFamily
== null)
118
return
_captionFontFamily
;