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