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