7 writes to colStart
System.Windows.Forms (7)
winforms\Managed\System\WinForms\DataGridViewHitTestInfo.cs (1)
40
this.rowStart = this.
colStart
= -1;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (6)
9404
hti.
colStart
= this.layout.TopLeftHeader.Right-1;
9408
hti.
colStart
= this.layout.TopLeftHeader.Left;
9453
hti.
colStart
= xColumnLeftEdge;
9557
hti.
colStart
= this.layout.RowHeaders.Right-1;
9561
hti.
colStart
= this.layout.RowHeaders.Left;
9633
hti.
colStart
= xColumnLeftEdge;
1 reference to colStart
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewHitTestInfo.cs (1)
77
return this.
colStart
;