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
;
199
if (
_buttonBounds
.IsEmpty)
225
graphics.FillRectangle(brush,
_buttonBounds
);
243
_buttonBounds
.Left + (
_buttonBounds
.Width / 2),
244
_buttonBounds
.Top + (
_buttonBounds
.Height / 2));
275
selectionBounds.X =
_buttonBounds
.Right;
284
_buttonBounds
.Left - clientBounds.Left);
354
?
_buttonBounds
.Right + padding.Left
358
:
_buttonBounds
.Left - padding.Right;