Implemented interface member:
method
Add
System.Collections.Generic.ICollection<T>.Add(T)
3 references to Add
PresentationFramework (3)
src\Framework\System\Windows\Documents\TableRow.cs (1)
86Cells.Add(cell);
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (2)
676row.Cells.Add(cell); 2265newRow.Cells.Add(newCell);