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)
113if (_captionFontFamily == null) 118return _captionFontFamily;