1 write to s_hoverBrush
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
167
s_hoverBrush
= new SolidBrush(Color.FromArgb(50, SystemColors.Highlight));
2 references to s_hoverBrush
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\DesignerUtils.cs (2)
133
public static Brush HoverBrush =>
s_hoverBrush
;
166
s_hoverBrush
.Dispose();