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