10 references to IWICColorContext
PresentationCore (10)
System\Windows\Media\ColorContext.cs (10)
16using IWICCC = MS.Win32.PresentationCore.UnsafeNativeMethods.IWICColorContext; 41IWICCC.WICColorContextType type; 42if (HRESULT.Failed(IWICCC.GetType(_colorContextHandle, out type))) 49case IWICCC.WICColorContextType.WICColorContextProfile: 51int hr = IWICCC.GetProfileBytes(_colorContextHandle, 0, null, out cbProfileActual); 55if (HRESULT.Failed(IWICCC.GetProfileBytes( 67case IWICCC.WICColorContextType.WICColorContextExifColorSpace: 69if (HRESULT.Failed(IWICCC.GetExifColorSpace(_colorContextHandle, out colorSpace))) 123if (HRESULT.Failed(IWICCC.InitializeFromMemory( 600HRESULT.Check(IWICCC.InitializeFromMemory(_colorContextHandle, rawBytes, (uint)numBytesRead));