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