4 writes to _colorContextHandle
PresentationCore (4)
System\Windows\Media\ColorContext.cs (4)
48
_colorContextHandle
= colorContextHandle;
130
_colorContextHandle
= null;
133
factoryMaker.ImagingFactoryPtr, out
_colorContextHandle
))
617
HRESULT.Check(UnsafeNativeMethodsMilCoreApi.WICCodec.CreateColorContext(factoryMaker.ImagingFactoryPtr, out
_colorContextHandle
));
8 references to _colorContextHandle
PresentationCore (8)
System\Windows\Media\ColorContext.cs (8)
58
if (HRESULT.Failed(IWICCC.GetType(
_colorContextHandle
, out type)))
67
int hr = IWICCC.GetProfileBytes(
_colorContextHandle
, 0, null, out cbProfileActual);
72
_colorContextHandle
, cbProfileActual, profileData, out cbProfileActual))
85
if (HRESULT.Failed(IWICCC.GetExifColorSpace(
_colorContextHandle
, out colorSpace)))
129
_colorContextHandle
.Dispose();
140
_colorContextHandle
, sRGBProfile, (uint)sRGBProfile.Length))
292
return
_colorContextHandle
;
618
HRESULT.Check(IWICCC.InitializeFromMemory(
_colorContextHandle
, rawBytes, (uint)numBytesRead));