11 references to Value
PresentationCore (11)
MS\Internal\Interop\NativePointerCriticalHandle.cs (1)
32
Value
->Release();
MS\Internal\Text\TextInterface\Factory.cs (10)
73
int hr = _factory.
Value
->RegisterFontFileLoader(
84
hr = _factory.
Value
->RegisterFontCollectionLoader(
94
=> _factory.
Value
;
143
int hr = InternalFactory.CreateFontFile((Native.IDWriteFactory*)_factory.
Value
, _wpfFontFileLoader, filePathUri, &dwriteFontFile);
214
hr = _factory.
Value
->CreateFontFace(
281
int hr = _factory.
Value
->GetSystemFontCollection(&fontCollection, checkForUpdatesInt);
312
hr = _factory.
Value
->CreateCustomFontCollection(pIDWriteFontCollectionLoader, uriStringPtr, collectionKeySize, &dwriteFontCollection);
328
_factory.
Value
->CreateTextAnalyzer(&textAnalyzer);
357
Value
->UnregisterFontCollectionLoader((IDWriteFontCollectionLoader*)pIDWriteFontCollectionLoaderMirror.ToPointer());
369
Value
->UnregisterFontFileLoader((IDWriteFontFileLoader*)pIDWriteFontFileLoaderMirror.ToPointer());