2 writes to _captionFontFamily
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
120_captionFontFamily = new FontFamily(SystemParameters.NonClientMetrics.lfCaptionFont.lfFaceName); 1037_captionFontFamily = null;
2 references to _captionFontFamily
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
118if (_captionFontFamily == null) 123return _captionFontFamily;