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. 64return (combo.ClientRectangle == _clientRect && combo.RightToLeft == _origRightToLeft);