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; 200if (_buttonBounds.IsEmpty) 226graphics.FillRectangle(brush, _buttonBounds); 244_buttonBounds.Left + (_buttonBounds.Width / 2), 245_buttonBounds.Top + (_buttonBounds.Height / 2)); 276selectionBounds.X = _buttonBounds.Right; 285_buttonBounds.Left - clientBounds.Left); 355? _buttonBounds.Right + padding.Left 359: _buttonBounds.Left - padding.Right;