4 writes to trackRow
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (4)
2816
this.
trackRow
= index;
12735
this.
trackRow
= hti.row;
18512
this.
trackRow
= hti.row;
25970
this.
trackRow
= -1;
23 references to trackRow
System.Windows.Forms (23)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (23)
6353
DataGridViewRow dataGridViewRow = this.Rows.SharedRow(this.
trackRow
);
6355
dataGridViewRow.GetHeightInfo(this.
trackRow
, out height, out minimumHeight);
6357
int delta = y - (GetRowYFromIndex(this.
trackRow
) + height) + 1;
6362
if (!OnRowHeightInfoPushed(this.
trackRow
, proposedHeight, minimumHeight))
6366
dataGridViewRow = this.Rows[this.
trackRow
]; // Unsharing row
18956
if (this.trackRowEdge >= this.
trackRow
&& hti.row > this.trackRowEdge && this.trackRowEdge >= 0)
18962
else if (this.trackRowEdge > this.
trackRow
&& hti.row < this.trackRowEdge && hti.row >= this.
trackRow
&& this.trackRowEdge >= 0)
18968
else if (hti.row > this.
trackRow
&& this.trackRowEdge == -1)
18970
SelectRowRange(this.Rows.GetNextRow(this.
trackRow
, DataGridViewElementStates.Visible),
18974
else if (this.trackRowEdge <= this.
trackRow
&& hti.row < this.trackRowEdge && this.trackRowEdge >= 0)
18981
else if (this.trackRowEdge < this.
trackRow
&& hti.row > this.trackRowEdge && hti.row <= this.
trackRow
&& this.trackRowEdge >= 0)
18988
else if (hti.row < this.
trackRow
&& this.trackRowEdge == -1)
18991
this.Rows.GetPreviousRow(this.
trackRow
, DataGridViewElementStates.Visible),
18995
else if (this.trackRowEdge > this.
trackRow
&& hti.row < this.
trackRow
)
18997
SelectRowRange(this.Rows.GetNextRow(this.
trackRow
, DataGridViewElementStates.Visible),
19000
this.Rows.GetPreviousRow(this.
trackRow
, DataGridViewElementStates.Visible),
19004
else if (hti.row > this.
trackRow
&& this.trackRowEdge < this.
trackRow
&& this.trackRowEdge >= 0)
19007
this.Rows.GetPreviousRow(this.
trackRow
, DataGridViewElementStates.Visible),
19009
SelectRowRange(this.Rows.GetNextRow(this.
trackRow
, DataGridViewElementStates.Visible),