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