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.
82
if (!LayoutUtils.IsZeroWidthOrHeight(
_whiteFillRect
))
86
g.FillRectangle(b,
_whiteFillRect
);