11 references to Value
PresentationCore (11)
MS\Internal\Interop\NativePointerCriticalHandle.cs (1)
33Value->Release();
MS\Internal\Text\TextInterface\Factory.cs (10)
74int hr = _factory.Value->RegisterFontFileLoader( 85hr = _factory.Value->RegisterFontCollectionLoader( 95=> _factory.Value; 144int hr = InternalFactory.CreateFontFile((Native.IDWriteFactory*)_factory.Value, _wpfFontFileLoader, filePathUri, &dwriteFontFile); 215hr = _factory.Value->CreateFontFace( 282int hr = _factory.Value->GetSystemFontCollection(&fontCollection, checkForUpdatesInt); 313hr = _factory.Value->CreateCustomFontCollection(pIDWriteFontCollectionLoader, uriStringPtr, collectionKeySize, &dwriteFontCollection); 329_factory.Value->CreateTextAnalyzer(&textAnalyzer); 358Value->UnregisterFontCollectionLoader((IDWriteFontCollectionLoader*)pIDWriteFontCollectionLoaderMirror.ToPointer()); 370Value->UnregisterFontFileLoader((IDWriteFontFileLoader*)pIDWriteFontFileLoaderMirror.ToPointer());