Implemented interface member:
method
Add
System.Collections.Generic.ICollection<T>.Add(T)
2 references to Add
PresentationFramework (2)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
689this.OwningDataGrid.SelectedCellsInternal.Add(currentCellInfo);
src\Framework\System\Windows\Controls\DataGrid.cs (1)
4382_selectedCells.Add(currentCellInfo);