21 references to Failed
PresentationCore (21)
Core\CSharp\MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (9)
85if (HRESULT.Failed(hr)) 154if (HRESULT.Failed(hr)) 211if (HRESULT.Failed(hr)) 219if (HRESULT.Failed(hr)) 244if ( HRESULT.Failed(hr) ) 522if ( HRESULT.Failed(hr) ) 733if ( HRESULT.Failed(MS.Win32.Recognizer.UnsafeNativeMethods.GetString(pRecoAlternates[i], out recoRange, ref size, recoString)) 734|| HRESULT.Failed(MS.Win32.Recognizer.UnsafeNativeMethods.GetConfidenceLevel(pRecoAlternates[i], out recoRange, out confidenceLevel)) ) 887if (HRESULT.Failed(MS.Win32.Recognizer.UnsafeNativeMethods.CreateRecognizer(ref s_Gesture, out s_hRec)))
Core\CSharp\System\Windows\Interop\HwndTarget.cs (1)
604if (HRESULT.Failed(hr))
Core\CSharp\System\Windows\Media\ColorContext.cs (5)
65if (HRESULT.Failed(IWICCC.GetType(_colorContextHandle, out type))) 78if (HRESULT.Failed(IWICCC.GetProfileBytes( 92if (HRESULT.Failed(IWICCC.GetExifColorSpace(_colorContextHandle, out colorSpace))) 139if (HRESULT.Failed(UnsafeNativeMethodsMilCoreApi.WICCodec.CreateColorContext( 146if (HRESULT.Failed(IWICCC.InitializeFromMemory(
Core\CSharp\System\Windows\Media\Imaging\BitmapMetadata.cs (2)
318if (HRESULT.Failed(hr)) 330if (HRESULT.Failed(hr))
Core\CSharp\System\Windows\Media\StreamAsIStream.cs (4)
717if (HRESULT.Failed(UnsafeNativeMethods.WICImagingFactory.CreateStream(myFactory.ImagingFactoryPtr, out pIStream))) 722if (HRESULT.Failed(UnsafeNativeMethods.WICStream.InitializeFromIStream(pIStream, comStream))) 743if (HRESULT.Failed(UnsafeNativeMethods.WICImagingFactory.CreateStream(myFactory.ImagingFactoryPtr, out pIStream))) 748if (HRESULT.Failed(UnsafeNativeMethods.WICStream.InitializeFromMemory(pIStream, memoryBuffer, (uint) bufferSize)))