3 references to SystemFontCollection
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\DWriteFactory.cs (1)
101return SystemFontCollection;
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (2)
162return (_fontCollection == DWriteFactory.SystemFontCollection); 451return new FamilyCollection(folderUri, DWriteFactory.SystemFontCollection);