2 writes to selectedBandSnapshotIndexes
System.Windows.Forms (2)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (2)
20477
this.
selectedBandSnapshotIndexes
= new DataGridViewIntLinkedList(this.selectedBandIndexes);
20575
this.
selectedBandSnapshotIndexes
= null;
26 references to selectedBandSnapshotIndexes
System.Windows.Forms (26)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (26)
13686
if (this.
selectedBandSnapshotIndexes
!= null)
13688
this.
selectedBandSnapshotIndexes
.Clear();
15977
if (this.
selectedBandSnapshotIndexes
!= null)
15979
columnEntries = this.
selectedBandSnapshotIndexes
.Count;
15983
int columnIndex = this.
selectedBandSnapshotIndexes
[columnEntry];
15986
this.
selectedBandSnapshotIndexes
[columnEntry] = columnIndex + 1;
16057
if (this.
selectedBandSnapshotIndexes
!= null)
16059
rowEntries = this.
selectedBandSnapshotIndexes
.Count;
16063
int rowIndex = this.
selectedBandSnapshotIndexes
[rowEntry];
16066
this.
selectedBandSnapshotIndexes
[rowEntry] = rowIndex + insertionCount;
16113
if (this.
selectedBandSnapshotIndexes
!= null)
16115
rowEntries = this.
selectedBandSnapshotIndexes
.Count;
16119
int rowIndex = this.
selectedBandSnapshotIndexes
[rowEntry];
16122
this.
selectedBandSnapshotIndexes
[rowEntry] = rowIndex + dataGridViewRows.Length;
17785
if (this.
selectedBandSnapshotIndexes
!= null)
17787
rowEntries = this.
selectedBandSnapshotIndexes
.Count;
17791
int rowIndex = this.
selectedBandSnapshotIndexes
[rowEntry];
17794
this.
selectedBandSnapshotIndexes
.RemoveAt(rowEntry);
17801
this.
selectedBandSnapshotIndexes
[rowEntry] = rowIndex - 1;
20478
while (this.
selectedBandSnapshotIndexes
.Count > remainingSelectedRows)
20480
int rowIndex = this.
selectedBandSnapshotIndexes
[remainingSelectedRows];
28376
if (this.
selectedBandSnapshotIndexes
!= null)
28378
row1Selected = this.
selectedBandSnapshotIndexes
.IndexOf(rowIndex1);
28379
row2Selected = this.
selectedBandSnapshotIndexes
.IndexOf(rowIndex2);
28382
this.
selectedBandSnapshotIndexes
[row1Selected] = rowIndex2;
28386
this.
selectedBandSnapshotIndexes
[row2Selected] = rowIndex1;