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