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