4 writes to _colorContextHandle
PresentationCore (4)
System\Windows\Media\ColorContext.cs (4)
34
_colorContextHandle
= colorContextHandle;
116
_colorContextHandle
= null;
119
factoryMaker.ImagingFactoryPtr, out
_colorContextHandle
))
603
HRESULT.Check(UnsafeNativeMethodsMilCoreApi.WICCodec.CreateColorContext(factoryMaker.ImagingFactoryPtr, out
_colorContextHandle
));
8 references to _colorContextHandle
PresentationCore (8)
System\Windows\Media\ColorContext.cs (8)
44
if (HRESULT.Failed(IWICCC.GetType(
_colorContextHandle
, out type)))
53
int hr = IWICCC.GetProfileBytes(
_colorContextHandle
, 0, null, out cbProfileActual);
58
_colorContextHandle
, cbProfileActual, profileData, out cbProfileActual))
71
if (HRESULT.Failed(IWICCC.GetExifColorSpace(
_colorContextHandle
, out colorSpace)))
115
_colorContextHandle
.Dispose();
126
_colorContextHandle
, sRGBProfile, (uint)sRGBProfile.Length))
278
return
_colorContextHandle
;
604
HRESULT.Check(IWICCC.InitializeFromMemory(
_colorContextHandle
, rawBytes, (uint)numBytesRead));