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