1 write to _factory
PresentationCore (1)
MS\Internal\Text\TextInterface\Factory.cs (1)
112
_factory
= new NativeFactoryWrapper(factory, this);
8 references to _factory
PresentationCore (8)
MS\Internal\Text\TextInterface\Factory.cs (8)
74
int hr =
_factory
.Value->RegisterFontFileLoader(
85
hr =
_factory
.Value->RegisterFontCollectionLoader(
95
=>
_factory
.Value;
144
int hr = InternalFactory.CreateFontFile((Native.IDWriteFactory*)
_factory
.Value, _wpfFontFileLoader, filePathUri, &dwriteFontFile);
215
hr =
_factory
.Value->CreateFontFace(
282
int hr =
_factory
.Value->GetSystemFontCollection(&fontCollection, checkForUpdatesInt);
313
hr =
_factory
.Value->CreateCustomFontCollection(pIDWriteFontCollectionLoader, uriStringPtr, collectionKeySize, &dwriteFontCollection);
329
_factory
.Value->CreateTextAnalyzer(&textAnalyzer);