14 writes to trackColumnEdge
System.Windows.Forms (14)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (14)
2513
this.
trackColumnEdge
= -1;
6105
this.
trackColumnEdge
= -1;
10668
this.dataGridViewState2[DATAGRIDVIEWSTATE2_showColumnRelocationInsertion] = ColumnRelocationTarget(e, hti, out this.
trackColumnEdge
);
12559
this.
trackColumnEdge
= -1;
14233
this.
trackColumnEdge
= -1;
14619
this.
trackColumnEdge
= hti.col;
14626
this.
trackColumnEdge
= hti.col;
14633
this.
trackColumnEdge
= hti.col;
14640
this.
trackColumnEdge
= hti.col;
14647
this.
trackColumnEdge
= hti.col;
14654
this.
trackColumnEdge
= hti.col;
14664
this.
trackColumnEdge
= hti.col;
14674
this.
trackColumnEdge
= hti.col;
25987
this.
trackColumnEdge
= -1;
36 references to trackColumnEdge
System.Windows.Forms (36)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (36)
5690
if (this.
trackColumnEdge
== -1)
5702
if (this.Columns.GetNextColumn(this.Columns[this.
trackColumnEdge
], DataGridViewElementStates.Visible, DataGridViewElementStates.None) == null)
5723
GetColumnXFromIndex(this.
trackColumnEdge
) - this.Columns[this.
trackColumnEdge
].Width - offsetFromCenter);
5727
rectInsertionBar.X = Math.Min(GetColumnXFromIndex(this.
trackColumnEdge
) + this.Columns[this.
trackColumnEdge
].Width - offsetFromCenter,
8771
this.
trackColumnEdge
!= -1 &&
8772
this.Columns[this.
trackColumnEdge
].Frozen &&
8806
(this.
trackColumnEdge
!= -1 && !this.Columns[this.
trackColumnEdge
].Frozen)) &&
14614
if (this.
trackColumnEdge
>= 0 && (this.Columns.DisplayInOrder(this.trackColumn, this.
trackColumnEdge
) || this.
trackColumnEdge
== this.trackColumn) && this.Columns.DisplayInOrder(this.
trackColumnEdge
, hti.col))
14616
DataGridViewColumn dataGridViewColumn = this.Columns.GetNextColumn(this.Columns[this.
trackColumnEdge
], DataGridViewElementStates.Visible, DataGridViewElementStates.None);
14621
else if (this.
trackColumnEdge
>= 0 && this.Columns.DisplayInOrder(this.trackColumn, this.
trackColumnEdge
) && this.Columns.DisplayInOrder(hti.col, this.
trackColumnEdge
) && (this.Columns.DisplayInOrder(this.trackColumn, hti.col) || hti.col == this.trackColumn))
14625
SelectColumnRange(dataGridViewColumn.Index, this.
trackColumnEdge
, false);
14628
else if (this.
trackColumnEdge
== -1 && this.Columns.DisplayInOrder(this.trackColumn, hti.col))
14635
else if (this.
trackColumnEdge
>= 0 && (this.Columns.DisplayInOrder(this.
trackColumnEdge
, this.trackColumn) || this.
trackColumnEdge
== this.trackColumn) && this.Columns.DisplayInOrder(hti.col, this.
trackColumnEdge
))
14637
DataGridViewColumn dataGridViewColumn = this.Columns.GetPreviousColumn(this.Columns[this.
trackColumnEdge
], DataGridViewElementStates.Visible, DataGridViewElementStates.None);
14642
else if (this.
trackColumnEdge
>= 0 && this.Columns.DisplayInOrder(this.
trackColumnEdge
, this.trackColumn) && this.Columns.DisplayInOrder(this.
trackColumnEdge
, hti.col) && (this.Columns.DisplayInOrder(hti.col, this.trackColumn) || hti.col == this.trackColumn))
14646
SelectColumnRange(this.
trackColumnEdge
, dataGridViewColumn.Index, false);
14649
else if (this.
trackColumnEdge
== -1 && this.Columns.DisplayInOrder(hti.col, this.trackColumn))
14656
else if (this.
trackColumnEdge
>= 0 && this.Columns.DisplayInOrder(this.trackColumn, this.
trackColumnEdge
) && this.Columns.DisplayInOrder(hti.col, this.trackColumn))
14660
SelectColumnRange(dataGridViewColumn.Index, this.
trackColumnEdge
, false);
14666
else if (this.
trackColumnEdge
>= 0 && this.Columns.DisplayInOrder(this.trackColumn, hti.col) && this.Columns.DisplayInOrder(this.
trackColumnEdge
, this.trackColumn))
14670
SelectColumnRange(this.
trackColumnEdge
, dataGridViewColumn.Index, false);