11 references to BS_SOLID
System.Windows.Forms.Primitives.Tests (2)
Interop\Gdi32\GetStockObjectTests.cs (2)
9[InlineData((int)GET_STOCK_OBJECT_FLAGS.BLACK_BRUSH, 0x00000000, (uint)BRUSH_STYLE.BS_SOLID)] 11[InlineData((int)GET_STOCK_OBJECT_FLAGS.WHITE_BRUSH, 0x00FFFFFF, (uint)BRUSH_STYLE.BS_SOLID)]
System.Windows.Forms.Tests (9)
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 (2)
59State.Brush(SystemColors.ButtonShadow, BRUSH_STYLE.BS_SOLID), 90State.Brush(SystemColors.ButtonHighlight, BRUSH_STYLE.BS_SOLID),
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)),