21 references to Failed
PresentationCore (21)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (9)
48if (HRESULT.Failed(hr)) 100if (HRESULT.Failed(hr)) 142if (HRESULT.Failed(hr)) 150if (HRESULT.Failed(hr)) 175if ( HRESULT.Failed(hr) ) 413if ( HRESULT.Failed(hr) ) 609if ( HRESULT.Failed(MS.Win32.Recognizer.UnsafeNativeMethods.GetString(pRecoAlternates[i], out recoRange, ref size, recoString)) 610|| HRESULT.Failed(MS.Win32.Recognizer.UnsafeNativeMethods.GetConfidenceLevel(pRecoAlternates[i], out recoRange, out confidenceLevel)) ) 751if (HRESULT.Failed(MS.Win32.Recognizer.UnsafeNativeMethods.CreateRecognizer(ref s_Gesture, out s_hRec)))
System\Windows\InterOp\HwndTarget.cs (1)
546if (HRESULT.Failed(hr))
System\Windows\Media\ColorContext.cs (5)
41if (HRESULT.Failed(IWICCC.GetType(_colorContextHandle, out type))) 54if (HRESULT.Failed(IWICCC.GetProfileBytes( 68if (HRESULT.Failed(IWICCC.GetExifColorSpace(_colorContextHandle, out colorSpace))) 115if (HRESULT.Failed(UnsafeNativeMethodsMilCoreApi.WICCodec.CreateColorContext( 122if (HRESULT.Failed(IWICCC.InitializeFromMemory(
System\Windows\Media\Imaging\BitmapMetadata.cs (2)
280if (HRESULT.Failed(hr)) 292if (HRESULT.Failed(hr))
System\Windows\Media\StreamAsIStream.cs (4)
589if (HRESULT.Failed(UnsafeNativeMethods.WICImagingFactory.CreateStream(myFactory.ImagingFactoryPtr, out pIStream))) 594if (HRESULT.Failed(UnsafeNativeMethods.WICStream.InitializeFromIStream(pIStream, comStream))) 611if (HRESULT.Failed(UnsafeNativeMethods.WICImagingFactory.CreateStream(myFactory.ImagingFactoryPtr, out pIStream))) 616if (HRESULT.Failed(UnsafeNativeMethods.WICStream.InitializeFromMemory(pIStream, memoryBuffer, (uint) bufferSize)))