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