9 references to Red
System.Drawing.Common (2)
System\Drawing\Brushes.cs (1)
278public static Brush Red => GetBrush(s_redKey, Color.Red);
System\Drawing\Pens.cs (1)
278public static Pen Red => GetPen(s_redKey, Color.Red);
System.Private.Windows.Core.TestUtilities (2)
CommonTestHelper.cs (2)
62Color.Red, 70Color.Red,
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
8234using Pen pen = new(Color.Red, width: 2);
System\Windows\Forms\Controls\Labels\LinkUtilities.cs (2)
66return Color.Red; 70return Color.Red;
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ControlDesigner.cs (1)
2293using (Pen pen = new(Color.Red, penThickness))
System\Windows\Forms\Design\DataGridViewColumnCollectionDialog.cs (1)
81s_selectedColumnsItemBitmap.MakeTransparent(Color.Red);