11 references to Magenta
System.Drawing (2)
commonui\System\Drawing\Brushes.cs (1)
1537
magenta = new SolidBrush(Color.
Magenta
);
commonui\System\Drawing\Pens.cs (1)
1538
magenta = 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)
199
moveFirstImage.MakeTransparent(System.Drawing.Color.
Magenta
);
200
movePreviousImage.MakeTransparent(System.Drawing.Color.
Magenta
);
201
moveNextImage.MakeTransparent(System.Drawing.Color.
Magenta
);
202
moveLastImage.MakeTransparent(System.Drawing.Color.
Magenta
);
203
addNewImage.MakeTransparent(System.Drawing.Color.
Magenta
);
204
deleteImage.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)
40
this.autoCompletionImageList.TransparentColor = System.Drawing.Color.
Magenta
;