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