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