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)
198
if (
_smallCaptionFontFamily
== null)
203
return
_smallCaptionFontFamily
;