10 references to _colorContextHelper
PresentationCore (10)
System\Windows\Media\ColorContext.cs (10)
230
if (
_colorContextHelper
.IsInvalid)
236
_colorContextHelper
.GetColorProfileFromHandle(null, ref profileSize);
239
_colorContextHelper
.GetColorProfileFromHandle(profile, ref profileSize);
281
return
_colorContextHelper
.ProfileHandle;
304
if (
_colorContextHelper
.IsInvalid) // sRGB or scRGB
329
if (
_colorContextHelper
.IsInvalid) // sRGB or scRGB
348
return !
_colorContextHelper
.IsInvalid;
655
_colorContextHelper
.OpenColorProfile(ref profile);
657
if (
_colorContextHelper
.IsInvalid)
671
if (!
_colorContextHelper
.GetColorProfileHeader(out header))