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