1 write to _dropDownMouseDownColor
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (1)
1796
_dropDownMouseDownColor
= Color.FromArgb(152, 181, 226);
2 references to _dropDownMouseDownColor
System.Windows.Forms.Design (2)
System\Windows\Forms\Design\ToolStripTemplateNode.cs (2)
1841
using (SolidBrush b = new(
_dropDownMouseDownColor
))
1989
using (SolidBrush brush = new(
_dropDownMouseDownColor
))