1 write to _clientRect
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.FlatComboAdapter.cs (1)
33
_clientRect
= comboBox.ClientRectangle;
8 references to _clientRect
System.Windows.Forms (8)
System\Windows\Forms\Controls\ComboBox\ComboBox.FlatComboAdapter.cs (8)
35
_outerBorder = new Rectangle(
_clientRect
.Location, new Size(
_clientRect
.Width - 1,
_clientRect
.Height - 1));
55
_innerBorder.X =
_clientRect
.Width - _innerBorder.Right;
56
_innerInnerBorder.X =
_clientRect
.Width - _innerInnerBorder.Right;
57
_dropDownRect.X =
_clientRect
.Width - _dropDownRect.Right;
58
_whiteFillRect.X =
_clientRect
.Width - _whiteFillRect.Right + 1; // since we're filling, we need to move over to the next px.
64
return (combo.ClientRectangle ==
_clientRect
&& combo.RightToLeft == _origRightToLeft);