3 references to SystemFontCollection
PresentationCore (3)
Core\CSharp\MS\Internal\FontCache\DWriteFactory.cs (1)
101
return
SystemFontCollection
;
Core\CSharp\MS\Internal\FontCache\FamilyCollection.cs (2)
162
return (_fontCollection == DWriteFactory.
SystemFontCollection
);
451
return new FamilyCollection(folderUri, DWriteFactory.
SystemFontCollection
);