1 implementation of IFontSourceCollectionFactory
PresentationCore (1)
MS\Internal\FontCache\FontSourceCollection.cs (1)
18internal class FontSourceCollectionFactory : IFontSourceCollectionFactory
4 references to IFontSourceCollectionFactory
PresentationCore (4)
MS\Internal\Text\TextInterface\Factory.cs (2)
49private Factory(FactoryType factoryType, IFontSourceCollectionFactory fontSourceCollectionFactory, IFontSourceFactory fontSourceFactory) 127IFontSourceCollectionFactory fontSourceCollectionFactory,
MS\Internal\Text\TextInterface\FontCollectionLoader.cs (2)
18private readonly IFontSourceCollectionFactory _fontSourceCollectionFactory; 26public FontCollectionLoader(IFontSourceCollectionFactory fontSourceCollectionFactory, FontFileLoader fontFileLoader)