2 writes to _smallCaptionFontFamily
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
204_smallCaptionFontFamily = new FontFamily(SystemParameters.NonClientMetrics.lfSmCaptionFont.lfFaceName); 1045_smallCaptionFontFamily = null;
2 references to _smallCaptionFontFamily
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
202if (_smallCaptionFontFamily == null) 207return _smallCaptionFontFamily;