5 references to HoverBrush
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\Behavior\DesignerActionGlyph.cs (1)
213
pe.Graphics.FillRectangle(DesignerUtils.
HoverBrush
, Rectangle.Inflate(_bounds, -1, -1));
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\DesignerUtilsTests.cs (4)
60
DesignerUtils.
HoverBrush
.Should().BeOfType<SolidBrush>();
64
((SolidBrush)DesignerUtils.
HoverBrush
).Color.Should().Be(Color.FromArgb(50, SystemColors.Highlight));
180
DesignerUtils.
HoverBrush
.Should().BeOfType<SolidBrush>();
181
((SolidBrush)DesignerUtils.
HoverBrush
).Color.Should().Be(Color.FromArgb(50, SystemColors.Highlight));