4 references to AddedCells
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\DataGridAutomationPeer.cs (4)
333
this.OwningDataGrid.SelectedCells.Count == 1 && e.
AddedCells
.Count == 1)
335
DataGridCellItemAutomationPeer cellPeer = GetCellItemPeer(e.
AddedCells
[0]);
346
for (i = 0; i < e.
AddedCells
.Count; i++)
348
DataGridCellItemAutomationPeer cellPeer = GetCellItemPeer(e.
AddedCells
[i]);