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