1 write to s_hoverBrush
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\DesignerUtils.cs (1)
167s_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)
133public static Brush HoverBrush => s_hoverBrush; 166s_hoverBrush.Dispose();