2 writes to _iconFontFamily
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
36
_iconFontFamily
= new FontFamily(SystemParameters.IconMetrics.lfFont.lfFaceName);
1031
_iconFontFamily
= null;
2 references to _iconFontFamily
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
34
if (
_iconFontFamily
== null)
39
return
_iconFontFamily
;