21 references to SetColorKey
System.Drawing (1)
commonui\System\Drawing\Advanced\ImageAttributes.cs (1)
451SetColorKey(colorLow, colorHigh, ColorAdjustType.Default);
System.Web.DataVisualization (9)
Common\General\ChartGraphics.cs (7)
391 attrib.SetColorKey(backImageTransparentColor, backImageTransparentColor, ColorAdjustType.Default); 731attrib.SetColorKey(markerImageTransparentColor, markerImageTransparentColor, ColorAdjustType.Default); 738attribShadow.SetColorKey(markerImageTransparentColor, markerImageTransparentColor, ColorAdjustType.Default); 2325attrib.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); 2321imageAttributes.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); 731attrib.SetColorKey(markerImageTransparentColor, markerImageTransparentColor, ColorAdjustType.Default); 738attribShadow.SetColorKey(markerImageTransparentColor, markerImageTransparentColor, ColorAdjustType.Default); 2325attrib.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); 2321imageAttributes.SetColorKey(legendItem.BackImageTransparentColor, legendItem.BackImageTransparentColor, System.Drawing.Imaging.ColorAdjustType.Default);
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowView.cs (2)
1666transparentColorKey.SetColorKey(viewPortData.TransparentColor, viewPortData.TransparentColor, ColorAdjustType.Default); 1667transparentColorKey.SetColorKey(viewPortData.TransparentColor, viewPortData.TransparentColor, ColorAdjustType.Bitmap);