3 references to SystemFontCollection
PresentationCore (3)
MS\Internal\FontCache\DWriteFactory.cs (1)
74return SystemFontCollection;
MS\Internal\FontCache\FamilyCollection.cs (2)
69return (_fontCollection == DWriteFactory.SystemFontCollection); 300return new FamilyCollection(folderUri, DWriteFactory.SystemFontCollection);