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