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