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