10 references to IWICColorContext
PresentationCore (10)
System\Windows\Media\ColorContext.cs (10)
32using IWICCC = MS.Win32.PresentationCore.UnsafeNativeMethods.IWICColorContext; 57IWICCC.WICColorContextType type; 58if (HRESULT.Failed(IWICCC.GetType(_colorContextHandle, out type))) 65case IWICCC.WICColorContextType.WICColorContextProfile: 67int hr = IWICCC.GetProfileBytes(_colorContextHandle, 0, null, out cbProfileActual); 71if (HRESULT.Failed(IWICCC.GetProfileBytes( 83case IWICCC.WICColorContextType.WICColorContextExifColorSpace: 85if (HRESULT.Failed(IWICCC.GetExifColorSpace(_colorContextHandle, out colorSpace))) 139if (HRESULT.Failed(IWICCC.InitializeFromMemory( 622HRESULT.Check(IWICCC.InitializeFromMemory(_colorContextHandle, rawBytes, (uint)numBytesRead));