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