1 write to _clientBounds
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.ModernComboAdapter.cs (1)
26
_clientBounds
= comboBox.ClientRectangle;
7 references to _clientBounds
System.Windows.Forms (7)
System\Windows\Forms\Controls\ComboBox\ComboBox.ModernComboAdapter.cs (7)
45
?
_clientBounds
.Left
46
: Math.Max(
_clientBounds
.Left,
_clientBounds
.Right - buttonWidth),
47
_clientBounds
.Top,
48
Math.Min(buttonWidth,
_clientBounds
.Width),
49
_clientBounds
.Height);
55
&& combo.ClientRectangle ==
_clientBounds