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)
24
return new
FontSourceCollection
(new Uri(uriString));
1 reference to FontSourceCollection
PresentationCore (1)
MS\Internal\FontCache\FamilyCollection.cs (1)
48
private static List<CompositeFontFamily> GetCompositeFontList(
FontSourceCollection
fontSourceCollection)