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