4 references to SelectedCells
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (3)
329
this.OwningDataGrid.
SelectedCells
.Count == 1 && e.AddedCells.Count == 1)
420
if (this.OwningDataGrid.
SelectedCells
!= null)
422
foreach (DataGridCellInfo cellInfo in this.OwningDataGrid.
SelectedCells
)
System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
701
this.OwningDataGrid.
SelectedCells
.Count > 0)