2 writes to resizeClipRectangle
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
2538
this.
resizeClipRectangle
= GetResizeClipRectangle(index);
2553
this.
resizeClipRectangle
= GetResizeClipRectangle(columnIndex);
3 references to resizeClipRectangle
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (3)
2539
CaptureMouse(this.
resizeClipRectangle
);
22470
if (this.dataGridViewOper[DATAGRIDVIEWOPER_trackKeyboardColResize] && this.
resizeClipRectangle
.Contains(x, this.
resizeClipRectangle
.Top))