4 references to AddedCells
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (4)
329this.OwningDataGrid.SelectedCells.Count == 1 && e.AddedCells.Count == 1) 331DataGridCellItemAutomationPeer cellPeer = GetCellItemPeer(e.AddedCells[0]); 339for (i = 0; i < e.AddedCells.Count; i++) 341DataGridCellItemAutomationPeer cellPeer = GetCellItemPeer(e.AddedCells[i]);