11 references to Magenta
System.Drawing (2)
commonui\System\Drawing\Brushes.cs (1)
1537magenta = new SolidBrush(Color.Magenta);
commonui\System\Drawing\Pens.cs (1)
1538magenta = new Pen(Color.Magenta, true);
System.Web.DataVisualization (1)
Common\Utilities\ColorPalette.cs (1)
290 Color.Magenta,
System.Windows.Forms (6)
winforms\Managed\System\WinForms\BindingNavigator.cs (6)
199moveFirstImage.MakeTransparent(System.Drawing.Color.Magenta); 200movePreviousImage.MakeTransparent(System.Drawing.Color.Magenta); 201moveNextImage.MakeTransparent(System.Drawing.Color.Magenta); 202moveLastImage.MakeTransparent(System.Drawing.Color.Magenta); 203addNewImage.MakeTransparent(System.Drawing.Color.Magenta); 204deleteImage.MakeTransparent(System.Drawing.Color.Magenta);
System.Windows.Forms.DataVisualization (1)
Common\Utilities\ColorPalette.cs (1)
290 Color.Magenta,
System.Workflow.Activities (1)
Rules\Design\Dialogs\IntellisenseTextBox.Designer.cs (1)
40this.autoCompletionImageList.TransparentColor = System.Drawing.Color.Magenta;