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