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)
40if (_iconFontFamily == null) 45return _iconFontFamily;