1 write to _systemFontCollection
PresentationCore (1)
MS\Internal\FontCache\DWriteFactory.cs (1)
53_systemFontCollection = DWriteFactory.Instance.GetSystemFontCollection();
3 references to _systemFontCollection
PresentationCore (3)
MS\Internal\FontCache\DWriteFactory.cs (3)
47if (_systemFontCollection == null) 51if (_systemFontCollection == null) 57return _systemFontCollection;