21 references to SetColorKey
System.Drawing (1)
commonui\System\Drawing\Advanced\ImageAttributes.cs (1)
451
SetColorKey
(colorLow, colorHigh, ColorAdjustType.Default);
System.Web.DataVisualization (9)
Common\General\ChartGraphics.cs (7)
391
attrib.
SetColorKey
(backImageTransparentColor, backImageTransparentColor, ColorAdjustType.Default);
731
attrib.
SetColorKey
(markerImageTransparentColor, markerImageTransparentColor, ColorAdjustType.Default);
738
attribShadow.
SetColorKey
(markerImageTransparentColor, markerImageTransparentColor, ColorAdjustType.Default);
2325
attrib.
SetColorKey
(imageTransparentColor, imageTransparentColor, ColorAdjustType.Default);
3529
attrib.
SetColorKey
(backImageTransparentColor, backImageTransparentColor, ColorAdjustType.Default);
4210
attrib.
SetColorKey
(backImageTransparentColor, backImageTransparentColor, ColorAdjustType.Default);
4506
attrib.
SetColorKey
(backImageTransparentColor, backImageTransparentColor, ColorAdjustType.Default);
Common\General\LegendColumns.cs (2)
2179
imageAttributes.
SetColorKey
(this.ImageTransparentColor, this.ImageTransparentColor, System.Drawing.Imaging.ColorAdjustType.Default);
2321
imageAttributes.
SetColorKey
(legendItem.BackImageTransparentColor, legendItem.BackImageTransparentColor, System.Drawing.Imaging.ColorAdjustType.Default);
System.Windows.Forms.DataVisualization (9)
Common\General\ChartGraphics.cs (7)
391
attrib.
SetColorKey
(backImageTransparentColor, backImageTransparentColor, ColorAdjustType.Default);
731
attrib.
SetColorKey
(markerImageTransparentColor, markerImageTransparentColor, ColorAdjustType.Default);
738
attribShadow.
SetColorKey
(markerImageTransparentColor, markerImageTransparentColor, ColorAdjustType.Default);
2325
attrib.
SetColorKey
(imageTransparentColor, imageTransparentColor, ColorAdjustType.Default);
3529
attrib.
SetColorKey
(backImageTransparentColor, backImageTransparentColor, ColorAdjustType.Default);
4210
attrib.
SetColorKey
(backImageTransparentColor, backImageTransparentColor, ColorAdjustType.Default);
4506
attrib.
SetColorKey
(backImageTransparentColor, backImageTransparentColor, ColorAdjustType.Default);
Common\General\LegendColumns.cs (2)
2179
imageAttributes.
SetColorKey
(this.ImageTransparentColor, this.ImageTransparentColor, System.Drawing.Imaging.ColorAdjustType.Default);
2321
imageAttributes.
SetColorKey
(legendItem.BackImageTransparentColor, legendItem.BackImageTransparentColor, System.Drawing.Imaging.ColorAdjustType.Default);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowView.cs (2)
1666
transparentColorKey.
SetColorKey
(viewPortData.TransparentColor, viewPortData.TransparentColor, ColorAdjustType.Default);
1667
transparentColorKey.
SetColorKey
(viewPortData.TransparentColor, viewPortData.TransparentColor, ColorAdjustType.Bitmap);