3 writes to ResizeBoxRect
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewLayoutData.cs (1)
53this.ResizeBoxRect = src.ResizeBoxRect;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
10475this.layout.ResizeBoxRect = new Rectangle(); 10478this.layout.ResizeBoxRect = new Rectangle(
12 references to ResizeBoxRect
System.Windows.Forms (12)
winforms\Managed\System\WinForms\DataGridViewLayoutData.cs (2)
53this.ResizeBoxRect = src.ResizeBoxRect; 82sb.Append(ResizeBoxRect.ToString());
winforms\Managed\System\WinForms\DataGridViewMethods.cs (10)
4329Rectangle oldResizeRect = this.layout.ResizeBoxRect; 4459if (!oldResizeRect.Equals(this.layout.ResizeBoxRect) && !this.layout.ResizeBoxRect.IsEmpty) 4461Invalidate(this.layout.ResizeBoxRect); 10496rightToLeftInternal ? this.layout.Inside.X + this.layout.ResizeBoxRect.Width : this.layout.Inside.X, 10498this.layout.Inside.Width - this.layout.ResizeBoxRect.Width, 17146if (clipRect.IntersectsWith(this.layout.ResizeBoxRect)) 17148g.FillRectangle(SystemBrushes.Control, this.layout.ResizeBoxRect); 17937if (!this.layout.ResizeBoxRect.IsEmpty) 17939Invalidate(this.layout.ResizeBoxRect);