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