12 references to WINCODEC_ERR_UNSUPPORTEDOPERATION
PresentationCore (12)
Core\CSharp\System\Windows\Media\ColorContext.cs (1)
435
if (hr != (int)WinCodecErrors.
WINCODEC_ERR_UNSUPPORTEDOPERATION
)
Core\CSharp\System\Windows\Media\Imaging\BitmapDecoder.cs (2)
731
if (hr != (int)WinCodecErrors.
WINCODEC_ERR_UNSUPPORTEDOPERATION
)
835
if (hr != (int)WinCodecErrors.
WINCODEC_ERR_UNSUPPORTEDOPERATION
)
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (1)
596
if (hr == (int)WinCodecErrors.
WINCODEC_ERR_UNSUPPORTEDOPERATION
)
Core\CSharp\System\Windows\Media\Imaging\BitmapFrameDecode.cs (1)
715
if (hr != (int)WinCodecErrors.
WINCODEC_ERR_UNSUPPORTEDOPERATION
)
Core\CSharp\System\Windows\Media\Imaging\BitmapMetadata.cs (5)
409
return (int) WinCodecErrors.
WINCODEC_ERR_UNSUPPORTEDOPERATION
;
446
return (int) WinCodecErrors.
WINCODEC_ERR_UNSUPPORTEDOPERATION
;
469
return (int) WinCodecErrors.
WINCODEC_ERR_UNSUPPORTEDOPERATION
;
562
return (int) WinCodecErrors.
WINCODEC_ERR_UNSUPPORTEDOPERATION
;
638
return (int) WinCodecErrors.
WINCODEC_ERR_UNSUPPORTEDOPERATION
;
Graphics\include\wgx_error.cs (1)
79
WGXERR_UNSUPPORTED_OPERATION = WinCodecErrors.
WINCODEC_ERR_UNSUPPORTEDOPERATION
,
Graphics\include\wgx_render.cs (1)
887
case (int)WinCodecErrors.
WINCODEC_ERR_UNSUPPORTEDOPERATION
: