2 writes to _buttonBounds
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.ModernComboAdapter.cs (2)
33_buttonBounds = Rectangle.Empty; 43_buttonBounds = new Rectangle(
11 references to _buttonBounds
System.Windows.Forms (11)
System\Windows\Forms\Controls\ComboBox\ComboBox.ModernComboAdapter.cs (11)
50_dropDownRect = _buttonBounds; 199if (_buttonBounds.IsEmpty) 225graphics.FillRectangle(brush, _buttonBounds); 243_buttonBounds.Left + (_buttonBounds.Width / 2), 244_buttonBounds.Top + (_buttonBounds.Height / 2)); 275selectionBounds.X = _buttonBounds.Right; 284_buttonBounds.Left - clientBounds.Left); 354? _buttonBounds.Right + padding.Left 358: _buttonBounds.Left - padding.Right;