1 override of Selected
System.Windows.Forms (1)
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
401
public override bool
Selected
4 writes to Selected
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (3)
1410
dataGridViewCell.OwningColumn.
Selected
= true;
1545
dataGridViewCell.OwningColumn.
Selected
= true;
1549
dataGridViewCell.OwningColumn.
Selected
= false;
winforms\Managed\System\WinForms\DataGridViewRow.cs (1)
413
base.
Selected
= value;
28 references to Selected
System.Windows.Forms (28)
winforms\Managed\System\WinForms\DataGridView.cs (1)
3744
(dataGridViewCell.OwningColumn != null && dataGridViewCell.OwningColumn.
Selected
) ||
winforms\Managed\System\WinForms\DataGridViewBand.cs (1)
724
Debug.Assert(value != this.
Selected
);
winforms\Managed\System\WinForms\DataGridViewCell.cs (1)
715
return this.owningColumn.
Selected
;
winforms\Managed\System\WinForms\DataGridViewColumnHeaderCell.cs (1)
1369
if (this.Owner.OwningColumn != null && this.Owner.OwningColumn.
Selected
)
winforms\Managed\System\WinForms\DataGridViewMethods.cs (24)
12551
if (isControlDown && this.Columns[hti.col].
Selected
)
12563
this.Columns[this.ptAnchorCell.X].
Selected
)
12633
(this.Columns[hti.col].
Selected
|| IsSharedCellSelected(this.Rows.SharedRow(hti.row).Cells[hti.col], hti.row)) &&
14171
if (isControlDown && this.Columns[hti.col].
Selected
)
14237
this.Columns[this.ptAnchorCell.X].
Selected
)
21731
if (this.ptCurrentCell.X >= 0 && this.Columns[this.ptCurrentCell.X].
Selected
)
21776
if (this.ptCurrentCell.X >= 0 && this.Columns[this.ptCurrentCell.X].
Selected
)
22189
if (this.ptCurrentCell.X >= 0 && this.Columns[this.ptCurrentCell.X].
Selected
)
22234
if (this.ptCurrentCell.X >= 0 && this.Columns[this.ptCurrentCell.X].
Selected
)
22762
if (this.Columns[this.ptCurrentCell.X].
Selected
)
22835
if (this.Columns[this.ptCurrentCell.X].
Selected
)
23117
if (this.Columns[this.ptCurrentCell.X].
Selected
)
23145
if (this.Columns[this.ptCurrentCell.X].
Selected
)
23185
if (this.Columns[this.ptCurrentCell.X].
Selected
)
24000
if (this.Columns[this.ptCurrentCell.X].
Selected
)
24076
if (this.Columns[this.ptCurrentCell.X].
Selected
)
24348
if (this.Columns[this.ptCurrentCell.X].
Selected
)
24367
if (this.Columns[this.ptCurrentCell.X].
Selected
)
24407
if (this.Columns[this.ptCurrentCell.X].
Selected
)
24496
if (!this.Columns[this.ptCurrentCell.X].
Selected
)
25723
if (column.
Selected
&& (!this.selectedBandIndexes.Contains(column.Index)))
26692
if (!this.Columns[columnIndex].
Selected
)
27652
!this.Columns[columnIndex].
Selected
)
27961
if (this.Columns[columnIndex].
Selected
!= selected)