1 write to _whiteFillRect
System.Windows.Forms (1)
System\Windows\Forms\Controls\ComboBox\ComboBox.FlatComboAdapter.cs (1)
41_whiteFillRect = _dropDownRect;
5 references to _whiteFillRect
System.Windows.Forms (5)
System\Windows\Forms\Controls\ComboBox\ComboBox.FlatComboAdapter.cs (5)
42_whiteFillRect.Width = WhiteFillRectWidth; 54_whiteFillRect.X = _clientRect.Width - _whiteFillRect.Right + 1; // since we're filling, we need to move over to the next px. 82if (!LayoutUtils.IsZeroWidthOrHeight(_whiteFillRect)) 86g.FillRectangle(b, _whiteFillRect);