4 instantiations of ColorTransform
PresentationCore (4)
System\Windows\Media\Color.cs (4)
421ColorTransform colorTransform = new ColorTransform(c1.context, c2.context); 538ColorTransform colorTransform = new ColorTransform(c1.context, c2.context); 1082ColorTransform colorTransform = new ColorTransform(this.context, c2.context); 1100ColorTransform colorTransform = new ColorTransform(this.context, new ColorContext(PixelFormats.Bgra32));
4 references to ColorTransform
PresentationCore (4)
System\Windows\Media\Color.cs (4)
421ColorTransform colorTransform = new ColorTransform(c1.context, c2.context); 538ColorTransform colorTransform = new ColorTransform(c1.context, c2.context); 1082ColorTransform colorTransform = new ColorTransform(this.context, c2.context); 1100ColorTransform colorTransform = new ColorTransform(this.context, new ColorContext(PixelFormats.Bgra32));