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)
342
State.Brush(Color.Green, BRUSH_STYLE.
BS_SOLID
)));
370
State.Brush(Color.Pink, BRUSH_STYLE.
BS_SOLID
)));
System\Windows\Forms\DataGridViewTests.Rendering.cs (2)
59
State.Brush(SystemColors.ButtonShadow, BRUSH_STYLE.
BS_SOLID
),
90
State.Brush(SystemColors.ButtonHighlight, BRUSH_STYLE.
BS_SOLID
),
System\Windows\Forms\ToolStripButtonTests.Rendering.cs (5)
62
State.Brush(Color.Blue, BRUSH_STYLE.
BS_SOLID
)));
87
State.Brush(SystemColors.Highlight, BRUSH_STYLE.
BS_SOLID
)),
113
State.Brush(SystemColors.Highlight, BRUSH_STYLE.
BS_SOLID
)),
139
State.Brush(SystemColors.Highlight, BRUSH_STYLE.
BS_SOLID
)),
166
State.Brush(SystemColors.Highlight, BRUSH_STYLE.
BS_SOLID
)),