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