1 write to _dropDownButtonBounds
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitButton.cs (1)
545private void SetDropDownButtonBounds(Rectangle rect) => _dropDownButtonBounds = rect;
1 reference to _dropDownButtonBounds
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripSplitButton.cs (1)
178public Rectangle DropDownButtonBounds => _dropDownButtonBounds;