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