1 write to _dropDownRect
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.FlatComboAdapter.cs (1)
36_dropDownRect = new Rectangle(_innerBorder.Right + 1, _innerBorder.Y, dropDownButtonWidth, _innerBorder.Height + 1);
13 references to _dropDownRect
System.Windows.Forms (13)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (1)
3736using RegionScope dropDownRegion = new(FlatComboBoxAdapter._dropDownRect);
System\Windows\Forms\Controls\ComboBox\ComboBox.FlatComboAdapter.cs (12)
41_whiteFillRect = _dropDownRect; 43_dropDownRect.X += WhiteFillRectWidth; 44_dropDownRect.Width -= WhiteFillRectWidth; 53_dropDownRect.X = _clientRect.Width - _dropDownRect.Right; 78DrawFlatComboDropDown(comboBox, g, _dropDownRect); 97new Rectangle(_outerBorder.X, _outerBorder.Y, _dropDownRect.Width + 1, _outerBorder.Height)); 103new Rectangle(_dropDownRect.X, _outerBorder.Y, _outerBorder.Right - _dropDownRect.X, _outerBorder.Height)); 125new Rectangle(_outerBorder.X, _outerBorder.Y, _dropDownRect.Width + 1, _outerBorder.Height)); 131new Rectangle(_dropDownRect.X, _outerBorder.Y, _outerBorder.Right - _dropDownRect.X, _outerBorder.Height));