1 write to _factory
PresentationCore (1)
MS\Internal\Text\TextInterface\Factory.cs (1)
111_factory = new NativeFactoryWrapper(factory, this);
8 references to _factory
PresentationCore (8)
MS\Internal\Text\TextInterface\Factory.cs (8)
73int hr = _factory.Value->RegisterFontFileLoader( 84hr = _factory.Value->RegisterFontCollectionLoader( 94=> _factory.Value; 143int hr = InternalFactory.CreateFontFile((Native.IDWriteFactory*)_factory.Value, _wpfFontFileLoader, filePathUri, &dwriteFontFile); 214hr = _factory.Value->CreateFontFace( 281int hr = _factory.Value->GetSystemFontCollection(&fontCollection, checkForUpdatesInt); 312hr = _factory.Value->CreateCustomFontCollection(pIDWriteFontCollectionLoader, uriStringPtr, collectionKeySize, &dwriteFontCollection); 328_factory.Value->CreateTextAnalyzer(&textAnalyzer);