21 references to Failed
PresentationCore (21)
MS\Internal\Ink\GestureRecognizer\NativeRecognizer.cs (9)
70if (HRESULT.Failed(hr)) 122if (HRESULT.Failed(hr)) 164if (HRESULT.Failed(hr)) 172if (HRESULT.Failed(hr)) 197if ( HRESULT.Failed(hr) ) 435if ( HRESULT.Failed(hr) ) 629if ( HRESULT.Failed(MS.Win32.Recognizer.UnsafeNativeMethods.GetString(pRecoAlternates[i], out recoRange, ref size, recoString)) 630|| HRESULT.Failed(MS.Win32.Recognizer.UnsafeNativeMethods.GetConfidenceLevel(pRecoAlternates[i], out recoRange, out confidenceLevel)) ) 772if (HRESULT.Failed(MS.Win32.Recognizer.UnsafeNativeMethods.CreateRecognizer(ref s_Gesture, out s_hRec)))
System\Windows\InterOp\HwndTarget.cs (1)
553if (HRESULT.Failed(hr))
System\Windows\Media\ColorContext.cs (5)
58if (HRESULT.Failed(IWICCC.GetType(_colorContextHandle, out type))) 71if (HRESULT.Failed(IWICCC.GetProfileBytes( 85if (HRESULT.Failed(IWICCC.GetExifColorSpace(_colorContextHandle, out colorSpace))) 132if (HRESULT.Failed(UnsafeNativeMethodsMilCoreApi.WICCodec.CreateColorContext( 139if (HRESULT.Failed(IWICCC.InitializeFromMemory(
System\Windows\Media\Imaging\BitmapMetadata.cs (2)
298if (HRESULT.Failed(hr)) 310if (HRESULT.Failed(hr))
System\Windows\Media\StreamAsIStream.cs (4)
655if (HRESULT.Failed(UnsafeNativeMethods.WICImagingFactory.CreateStream(myFactory.ImagingFactoryPtr, out pIStream))) 660if (HRESULT.Failed(UnsafeNativeMethods.WICStream.InitializeFromIStream(pIStream, comStream))) 677if (HRESULT.Failed(UnsafeNativeMethods.WICImagingFactory.CreateStream(myFactory.ImagingFactoryPtr, out pIStream))) 682if (HRESULT.Failed(UnsafeNativeMethods.WICStream.InitializeFromMemory(pIStream, memoryBuffer, (uint) bufferSize)))