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; 205if (_buttonBounds.IsEmpty) 233graphics.FillRectangle(brush, _buttonBounds); 253_buttonBounds.Left + (_buttonBounds.Width / 2), 254_buttonBounds.Top + (_buttonBounds.Height / 2)); 279selectionBounds.X = _buttonBounds.Right; 288_buttonBounds.Left - clientBounds.Left); 360? _buttonBounds.Right + padding.Left 364: _buttonBounds.Left - padding.Right;