2 writes to _statusFontFamily
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
357_statusFontFamily = new FontFamily(SystemParameters.NonClientMetrics.lfStatusFont.lfFaceName); 1034_statusFontFamily = null;
2 references to _statusFontFamily
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
355if (_statusFontFamily == null) 360return _statusFontFamily;