1 write to clientRect
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComboBox.cs (1)
5932
clientRect
= comboBox.ClientRectangle;
8 references to clientRect
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ComboBox.cs (8)
5934
outerBorder = new Rectangle(
clientRect
.Location, new Size(
clientRect
.Width - 1,
clientRect
.Height - 1));
5952
innerBorder.X =
clientRect
.Width - innerBorder.Right;
5953
innerInnerBorder.X =
clientRect
.Width - innerInnerBorder.Right;
5954
dropDownRect.X =
clientRect
.Width - dropDownRect.Right;
5955
whiteFillRect.X =
clientRect
.Width - whiteFillRect.Right + 1; // since we're filling, we need to move over to the next px.
5961
return (combo.ClientRectangle ==
clientRect
&& combo.RightToLeft == origRightToLeft);