4 writes to _colorContextHandle
PresentationCore (4)
System\Windows\Media\ColorContext.cs (4)
31
_colorContextHandle
= colorContextHandle;
113
_colorContextHandle
= null;
116
factoryMaker.ImagingFactoryPtr, out
_colorContextHandle
))
598
HRESULT.Check(UnsafeNativeMethodsMilCoreApi.WICCodec.CreateColorContext(factoryMaker.ImagingFactoryPtr, out
_colorContextHandle
));
8 references to _colorContextHandle
PresentationCore (8)
System\Windows\Media\ColorContext.cs (8)
41
if (HRESULT.Failed(IWICCC.GetType(
_colorContextHandle
, out type)))
50
int hr = IWICCC.GetProfileBytes(
_colorContextHandle
, 0, null, out cbProfileActual);
55
_colorContextHandle
, cbProfileActual, profileData, out cbProfileActual))
68
if (HRESULT.Failed(IWICCC.GetExifColorSpace(
_colorContextHandle
, out colorSpace)))
112
_colorContextHandle
.Dispose();
123
_colorContextHandle
, sRGBProfile, (uint)sRGBProfile.Length))
275
return
_colorContextHandle
;
599
HRESULT.Check(IWICCC.InitializeFromMemory(
_colorContextHandle
, rawBytes, (uint)numBytesRead));