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