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