6 references to SelectedCells
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (3)
333this.OwningDataGrid.SelectedCells.Count == 1 && e.AddedCells.Count == 1) 451if (this.OwningDataGrid.SelectedCells != null) 453foreach (DataGridCellInfo cellInfo in this.OwningDataGrid.SelectedCells)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
684this.OwningDataGrid.SelectedCells.Count > 0)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\View\DataGridHelper.cs (2)
721dataGrid.SelectedCells.Clear(); 722dataGrid.SelectedCells.Add(new DataGridCellInfo(cell));