2 writes to _iconFontFamily
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
42
_iconFontFamily
= new FontFamily(SystemParameters.IconMetrics.lfFont.lfFaceName);
1022
_iconFontFamily
= null;
2 references to _iconFontFamily
PresentationFramework (2)
src\Framework\System\Windows\SystemFonts.cs (2)
40
if (
_iconFontFamily
== null)
45
return
_iconFontFamily
;