1 instantiation of Factory
PresentationCore (1)
MS\Internal\Text\TextInterface\Factory.cs (1)
131return new Factory(factoryType, fontSourceCollectionFactory, fontSourceFactory);
7 references to Factory
PresentationCore (7)
MS\Internal\FontCache\DWriteFactory.cs (4)
26_factory = Text.TextInterface.Factory.Create( 35internal static Text.TextInterface.Factory Instance 63if (Text.TextInterface.Factory.IsLocalUri(fontCollectionUri)) 110private static Text.TextInterface.Factory _factory;
MS\Internal\Text\TextInterface\Factory.cs (3)
126internal static Factory Create( 341private readonly Factory _managedFactory; 343public NativeFactoryWrapper(void* nativePointer, Factory managedFactory)