10 writes to trackRowEdge
System.Windows.Forms (10)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (10)
12736
this.
trackRowEdge
= -1;
18513
this.
trackRowEdge
= -1;
18960
this.
trackRowEdge
= hti.row;
18966
this.
trackRowEdge
= hti.row;
18972
this.
trackRowEdge
= hti.row;
18979
this.
trackRowEdge
= hti.row;
18986
this.
trackRowEdge
= hti.row;
18993
this.
trackRowEdge
= hti.row;
19002
this.
trackRowEdge
= hti.row;
19011
this.
trackRowEdge
= hti.row;
27 references to trackRowEdge
System.Windows.Forms (27)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (27)
8674
this.
trackRowEdge
!= -1 &&
8675
(this.Rows.GetRowState(this.
trackRowEdge
) & DataGridViewElementStates.Frozen) != 0 &&
8709
(this.
trackRowEdge
!= -1 && (this.Rows.GetRowState(this.
trackRowEdge
) & DataGridViewElementStates.Frozen) == 0)) &&
18956
if (this.
trackRowEdge
>= this.trackRow && hti.row > this.
trackRowEdge
&& this.
trackRowEdge
>= 0)
18958
SelectRowRange(this.Rows.GetNextRow(this.
trackRowEdge
, DataGridViewElementStates.Visible),
18962
else if (this.
trackRowEdge
> this.trackRow && hti.row < this.
trackRowEdge
&& hti.row >= this.trackRow && this.
trackRowEdge
>= 0)
18965
this.
trackRowEdge
, false);
18968
else if (hti.row > this.trackRow && this.
trackRowEdge
== -1)
18974
else if (this.
trackRowEdge
<= this.trackRow && hti.row < this.
trackRowEdge
&& this.
trackRowEdge
>= 0)
18977
this.Rows.GetPreviousRow(this.
trackRowEdge
, DataGridViewElementStates.Visible),
18981
else if (this.
trackRowEdge
< this.trackRow && hti.row > this.
trackRowEdge
&& hti.row <= this.trackRow && this.
trackRowEdge
>= 0)
18983
SelectRowRange(this.
trackRowEdge
,
18988
else if (hti.row < this.trackRow && this.
trackRowEdge
== -1)
18995
else if (this.
trackRowEdge
> this.trackRow && hti.row < this.trackRow)
18998
this.
trackRowEdge
, false);
19004
else if (hti.row > this.trackRow && this.
trackRowEdge
< this.trackRow && this.
trackRowEdge
>= 0)
19006
SelectRowRange(this.
trackRowEdge
,