10 references to Brush
System.Windows.Forms.Tests (10)
System\Windows\Forms\ControlPaintTests.Rendering.cs (2)
342State.Brush(Color.Green, BRUSH_STYLE.BS_SOLID))); 370State.Brush(Color.Pink, BRUSH_STYLE.BS_SOLID)));
System\Windows\Forms\DataGridViewTests.Rendering.cs (3)
59State.Brush(SystemColors.ButtonShadow, BRUSH_STYLE.BS_SOLID), 90State.Brush(SystemColors.ButtonHighlight, BRUSH_STYLE.BS_SOLID), 97State.Brush(Color.Empty, BRUSH_STYLE.BS_NULL),
System\Windows\Forms\ToolStripButtonTests.Rendering.cs (5)
62State.Brush(Color.Blue, BRUSH_STYLE.BS_SOLID))); 87State.Brush(SystemColors.Highlight, BRUSH_STYLE.BS_SOLID)), 113State.Brush(SystemColors.Highlight, BRUSH_STYLE.BS_SOLID)), 139State.Brush(SystemColors.Highlight, BRUSH_STYLE.BS_SOLID)), 166State.Brush(SystemColors.Highlight, BRUSH_STYLE.BS_SOLID)),