2 writes to rect
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DrawItemEvent.cs (2)
79this.rect = rect; 94this.rect = rect;
3 references to rect
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DrawItemEvent.cs (3)
120return rect; 187Graphics.FillRectangle(backBrush, rect); 198ControlPaint.DrawFocusRectangle(Graphics, rect, ForeColor, BackColor);