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