10 references to IWICColorContext
PresentationCore (10)
Core\CSharp\System\Windows\Media\ColorContext.cs (10)
35using IWICCC = MS.Win32.PresentationCore.UnsafeNativeMethods.IWICColorContext; 64IWICCC.WICColorContextType type; 65if (HRESULT.Failed(IWICCC.GetType(_colorContextHandle, out type))) 72case IWICCC.WICColorContextType.WICColorContextProfile: 74int hr = IWICCC.GetProfileBytes(_colorContextHandle, 0, null, out cbProfileActual); 78if (HRESULT.Failed(IWICCC.GetProfileBytes( 90case IWICCC.WICColorContextType.WICColorContextExifColorSpace: 92if (HRESULT.Failed(IWICCC.GetExifColorSpace(_colorContextHandle, out colorSpace))) 146if (HRESULT.Failed(IWICCC.InitializeFromMemory( 719HRESULT.Check(IWICCC.InitializeFromMemory(_colorContextHandle, rawBytes, (uint)numBytesRead));