Implemented interface member:
method
Add
System.Collections.Generic.ICollection<T>.Add(T)
2 references to Add
PresentationFramework (2)
src\Framework\System\Windows\Documents\TextRangeEditTables.cs (1)
1678table.Columns.Add(new TableColumn());
src\Framework\System\Windows\Documents\TextTreeDeleteContentUndoUnit.cs (1)
129table.Columns.Add(CopyColumn(savedColumns[columnIndex]));