10 references to IWICColorContext
PresentationCore (10)
System\Windows\Media\ColorContext.cs (10)
15using IWICCC = MS.Win32.PresentationCore.UnsafeNativeMethods.IWICColorContext; 40IWICCC.WICColorContextType type; 41if (HRESULT.Failed(IWICCC.GetType(_colorContextHandle, out type))) 48case IWICCC.WICColorContextType.WICColorContextProfile: 50int hr = IWICCC.GetProfileBytes(_colorContextHandle, 0, null, out cbProfileActual); 54if (HRESULT.Failed(IWICCC.GetProfileBytes( 66case IWICCC.WICColorContextType.WICColorContextExifColorSpace: 68if (HRESULT.Failed(IWICCC.GetExifColorSpace(_colorContextHandle, out colorSpace))) 122if (HRESULT.Failed(IWICCC.InitializeFromMemory( 599HRESULT.Check(IWICCC.InitializeFromMemory(_colorContextHandle, rawBytes, (uint)numBytesRead));