1 implementation of IFontSourceCollection
PresentationCore (1)
MS\Internal\FontCache\FontSourceCollection.cs (1)
31internal class FontSourceCollection : IFontSourceCollection
3 references to IFontSourceCollection
PresentationCore (3)
MS\Internal\FontCache\FontSourceCollection.cs (1)
22public IFontSourceCollection Create(string uriString)
MS\Internal\Text\TextInterface\FontCollectionLoader.cs (1)
62IFontSourceCollection fontSourceCollection = _fontSourceCollectionFactory.Create(uriString);
MS\Internal\Text\TextInterface\IFontSourceCollection.cs (1)
14IFontSourceCollection Create(string uriString);