2 writes to _iconFontFamily
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
37
_iconFontFamily
= new FontFamily(SystemParameters.IconMetrics.lfFont.lfFaceName);
1032
_iconFontFamily
= null;
2 references to _iconFontFamily
PresentationFramework (2)
System\Windows\SystemFonts.cs (2)
35
if (
_iconFontFamily
== null)
40
return
_iconFontFamily
;