10 references to _colorContextHelper
PresentationCore (10)
System\Windows\Media\ColorContext.cs (10)
213
if (
_colorContextHelper
.IsInvalid)
219
_colorContextHelper
.GetColorProfileFromHandle(null, ref profileSize);
222
_colorContextHelper
.GetColorProfileFromHandle(profile, ref profileSize);
264
return
_colorContextHelper
.ProfileHandle;
287
if (
_colorContextHelper
.IsInvalid) // sRGB or scRGB
312
if (
_colorContextHelper
.IsInvalid) // sRGB or scRGB
331
return !
_colorContextHelper
.IsInvalid;
636
_colorContextHelper
.OpenColorProfile(ref profile);
638
if (
_colorContextHelper
.IsInvalid)
652
if (!
_colorContextHelper
.GetColorProfileHeader(out header))