13 references to WICCodec
PresentationCore (13)
System\Windows\Media\ColorContext.cs (3)
118
if (HRESULT.Failed(UnsafeNativeMethodsMilCoreApi.
WICCodec
.CreateColorContext(
364
HRESULT.Check(UnsafeNativeMethodsMilCoreApi.
WICCodec
.CreateColorContext(factoryMaker.ImagingFactoryPtr, out colorContextHandles[i]));
603
HRESULT.Check(UnsafeNativeMethodsMilCoreApi.
WICCodec
.CreateColorContext(factoryMaker.ImagingFactoryPtr, out _colorContextHandle));
System\Windows\Media\FactoryMaker.cs (2)
114
HRESULT.Check(UnsafeNativeMethods.
WICCodec
.CreateImagingFactory(UnsafeNativeMethods.
WICCodec
.WINCODEC_SDK_VERSION, out s_pImagingFactory));
System\Windows\Media\Imaging\BitmapEncoder.cs (1)
698
HRESULT.Check(UnsafeNativeMethods.
WICCodec
.WICSetEncoderFormat(
System\Windows\Media\Imaging\BitmapMetadata.cs (3)
596
HRESULT.Check(UnsafeNativeMethods.
WICCodec
.WICMapShortNameToGuid(
914
HRESULT.Check(UnsafeNativeMethods.
WICCodec
.WICMapGuidToShortName(
928
HRESULT.Check(UnsafeNativeMethods.
WICCodec
.WICMapGuidToShortName(
System\Windows\Media\Imaging\BitmapSource.cs (1)
1192
HRESULT.Check(UnsafeNativeMethods.
WICCodec
.WICConvertBitmapSource(
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
92
HRESULT.Check(UnsafeNativeMethods.
WICCodec
.CreateColorTransform(
System\Windows\Media\Imaging\UnknownBitmapDecoder.cs (2)
28
MS.Win32.PresentationCore.UnsafeNativeMethods.
WICCodec
.CoInitialize(IntPtr.Zero);
33
MS.Win32.PresentationCore.UnsafeNativeMethods.
WICCodec
.CoUninitialize();