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