2 instantiations of FontSourceCollection
PresentationCore (2)
MS\Internal\FontCache\FamilyCollection.cs (1)
91
_userCompositeFonts = GetCompositeFontList(new
FontSourceCollection
(_folderUri, false, true));
MS\Internal\FontCache\FontSourceCollection.cs (1)
43
return new
FontSourceCollection
(new Uri(uriString), false);
1 reference to FontSourceCollection
PresentationCore (1)
MS\Internal\FontCache\FamilyCollection.cs (1)
60
private static List<CompositeFontFamily> GetCompositeFontList(
FontSourceCollection
fontSourceCollection)