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