2 writes to _smallCaptionFontFamily
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
200_smallCaptionFontFamily = new FontFamily(SystemParameters.NonClientMetrics.lfSmCaptionFont.lfFaceName); 1036_smallCaptionFontFamily = null;
2 references to _smallCaptionFontFamily
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
198if (_smallCaptionFontFamily == null) 203return _smallCaptionFontFamily;