10 references to _colorContextHelper
PresentationCore (10)
System\Windows\Media\ColorContext.cs (10)
214
if (
_colorContextHelper
.IsInvalid)
220
_colorContextHelper
.GetColorProfileFromHandle(null, ref profileSize);
223
_colorContextHelper
.GetColorProfileFromHandle(profile, ref profileSize);
265
return
_colorContextHelper
.ProfileHandle;
288
if (
_colorContextHelper
.IsInvalid) // sRGB or scRGB
313
if (
_colorContextHelper
.IsInvalid) // sRGB or scRGB
332
return !
_colorContextHelper
.IsInvalid;
637
_colorContextHelper
.OpenColorProfile(ref profile);
639
if (
_colorContextHelper
.IsInvalid)
653
if (!
_colorContextHelper
.GetColorProfileHeader(out header))