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