13 references to WICCodec
PresentationCore (13)
System\Windows\Media\ColorContext.cs (3)
115if (HRESULT.Failed(UnsafeNativeMethodsMilCoreApi.WICCodec.CreateColorContext( 361HRESULT.Check(UnsafeNativeMethodsMilCoreApi.WICCodec.CreateColorContext(factoryMaker.ImagingFactoryPtr, out colorContextHandles[i])); 598HRESULT.Check(UnsafeNativeMethodsMilCoreApi.WICCodec.CreateColorContext(factoryMaker.ImagingFactoryPtr, out _colorContextHandle));
System\Windows\Media\FactoryMaker.cs (2)
113HRESULT.Check(UnsafeNativeMethods.WICCodec.CreateImagingFactory(UnsafeNativeMethods.WICCodec.WINCODEC_SDK_VERSION, out s_pImagingFactory));
System\Windows\Media\Imaging\BitmapEncoder.cs (1)
695HRESULT.Check(UnsafeNativeMethods.WICCodec.WICSetEncoderFormat(
System\Windows\Media\Imaging\BitmapMetadata.cs (3)
586HRESULT.Check(UnsafeNativeMethods.WICCodec.WICMapShortNameToGuid( 904HRESULT.Check(UnsafeNativeMethods.WICCodec.WICMapGuidToShortName( 918HRESULT.Check(UnsafeNativeMethods.WICCodec.WICMapGuidToShortName(
System\Windows\Media\Imaging\BitmapSource.cs (1)
1161HRESULT.Check(UnsafeNativeMethods.WICCodec.WICConvertBitmapSource(
System\Windows\Media\Imaging\ColorConvertedBitmap.cs (1)
91HRESULT.Check(UnsafeNativeMethods.WICCodec.CreateColorTransform(
System\Windows\Media\Imaging\UnknownBitmapDecoder.cs (2)
27MS.Win32.PresentationCore.UnsafeNativeMethods.WICCodec.CoInitialize(IntPtr.Zero); 32MS.Win32.PresentationCore.UnsafeNativeMethods.WICCodec.CoUninitialize();