13 references to WICCodec
PresentationCore (13)
Core\CSharp\System\Windows\Media\ColorContext.cs (3)
139
if (HRESULT.Failed(UnsafeNativeMethodsMilCoreApi.
WICCodec
.CreateColorContext(
451
HRESULT.Check(UnsafeNativeMethodsMilCoreApi.
WICCodec
.CreateColorContext(factoryMaker.ImagingFactoryPtr, out colorContextHandles[i]));
718
HRESULT.Check(UnsafeNativeMethodsMilCoreApi.
WICCodec
.CreateColorContext(factoryMaker.ImagingFactoryPtr, out _colorContextHandle));
Core\CSharp\System\Windows\Media\FactoryMaker.cs (2)
143
HRESULT.Check(UnsafeNativeMethods.
WICCodec
.CreateImagingFactory(UnsafeNativeMethods.
WICCodec
.WINCODEC_SDK_VERSION, out s_pImagingFactory));
Core\CSharp\System\Windows\Media\Imaging\BitmapEncoder.cs (1)
773
HRESULT.Check(UnsafeNativeMethods.
WICCodec
.WICSetEncoderFormat(
Core\CSharp\System\Windows\Media\Imaging\BitmapMetadata.cs (3)
665
HRESULT.Check(UnsafeNativeMethods.
WICCodec
.WICMapShortNameToGuid(
1019
HRESULT.Check(UnsafeNativeMethods.
WICCodec
.WICMapGuidToShortName(
1033
HRESULT.Check(UnsafeNativeMethods.
WICCodec
.WICMapGuidToShortName(
Core\CSharp\System\Windows\Media\Imaging\BitmapSource.cs (1)
1308
HRESULT.Check(UnsafeNativeMethods.
WICCodec
.WICConvertBitmapSource(
Core\CSharp\System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
132
HRESULT.Check(UnsafeNativeMethods.
WICCodec
.CreateColorTransform(
Core\CSharp\System\Windows\Media\Imaging\UnknownBitmapDecoder.cs (2)
46
MS.Win32.PresentationCore.UnsafeNativeMethods.
WICCodec
.CoInitialize(IntPtr.Zero);
56
MS.Win32.PresentationCore.UnsafeNativeMethods.
WICCodec
.CoUninitialize();