1 write to _colorTransformHelper
PresentationCore (1)
System\Windows\Media\ColorTransform.cs (1)
126_colorTransformHelper = new ColorTransformHelper();
3 references to _colorTransformHelper
PresentationCore (3)
System\Windows\Media\ColorTransform.cs (3)
38_colorTransformHelper.CreateTransform(srcContext.ProfileHandle, dstContext.ProfileHandle); 63_colorTransformHelper.CreateTransform(srcContext.ProfileHandle, dstContext.ProfileHandle); 99_colorTransformHelper.TranslateColors((nint)paInputColors, NumColors, _inputColorType, (nint)paOutputColors, _outputColorType);