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