1 write to whiteFillRect
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ComboBox.cs (1)
5942
whiteFillRect
= dropDownRect;
5 references to whiteFillRect
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ComboBox.cs (5)
5943
whiteFillRect
.Width = WhiteFillRectWidth;
5955
whiteFillRect
.X = clientRect.Width -
whiteFillRect
.Right + 1; // since we're filling, we need to move over to the next px.
5982
if (!LayoutUtils.IsZeroWidthOrHeight(
whiteFillRect
)) {
5985
g.FillRectangle(b,
whiteFillRect
);