4 writes to Colors
System.Drawing (2)
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (1)
600blend.Colors = new Color[argb.Length];
commonui\System\Drawing\Advanced\PathGradientBrush.cs (1)
563blend.Colors = new Color[argb.Length];
System.Web.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
5299 colorBlend.Colors = colors;
System.Windows.Forms.DataVisualization (1)
Common\General\ChartGraphics.cs (1)
5299 colorBlend.Colors = colors;
34 references to Colors
System.Drawing (8)
commonui\System\Drawing\Advanced\LinearGradientBrush.cs (5)
603blend.Colors[i] = Color.FromArgb(argb[i]); 626else if (blend.Colors.Length < 2) { 631else if (blend.Colors.Length != blend.Positions.Length) { 651int count = blend.Colors.Length; 663argbs[i] = blend.Colors[i].ToArgb();
commonui\System\Drawing\Advanced\PathGradientBrush.cs (3)
566blend.Colors[i] = Color.FromArgb(argb[i]); 585int count = blend.Colors.Length; 597argbs[i] = blend.Colors[i].ToArgb();
System.Web.DataVisualization (13)
Common\ChartTypes\FunnelChart.cs (5)
1176 colorBlend.Colors[0] = darkColor; 1177 colorBlend.Colors[1] = darkColor; 1178 colorBlend.Colors[2] = lightColor; 1179 colorBlend.Colors[3] = darkColor; 1180 colorBlend.Colors[4] = darkColor;
Common\General\ChartGraphics.cs (3)
5173 colorBlend.Colors[0] = Color.FromArgb(100, Color.Black); 5174 colorBlend.Colors[1] = Color.Transparent; 5175 colorBlend.Colors[2] = Color.FromArgb(140, Color.White);
Common\General\ChartGraphics3D.cs (5)
4227 colorBlend.Colors[0] = darkColor; 4228 colorBlend.Colors[1] = darkColor; 4229 colorBlend.Colors[2] = lightColor; 4230 colorBlend.Colors[3] = darkColor; 4231 colorBlend.Colors[4] = darkColor;
System.Windows.Forms.DataVisualization (13)
Common\ChartTypes\FunnelChart.cs (5)
1176 colorBlend.Colors[0] = darkColor; 1177 colorBlend.Colors[1] = darkColor; 1178 colorBlend.Colors[2] = lightColor; 1179 colorBlend.Colors[3] = darkColor; 1180 colorBlend.Colors[4] = darkColor;
Common\General\ChartGraphics.cs (3)
5173 colorBlend.Colors[0] = Color.FromArgb(100, Color.Black); 5174 colorBlend.Colors[1] = Color.Transparent; 5175 colorBlend.Colors[2] = Color.FromArgb(140, Color.White);
Common\General\ChartGraphics3D.cs (5)
4227 colorBlend.Colors[0] = darkColor; 4228 colorBlend.Colors[1] = darkColor; 4229 colorBlend.Colors[2] = lightColor; 4230 colorBlend.Colors[3] = darkColor; 4231 colorBlend.Colors[4] = darkColor;