Base:
method
Insert
MS.Internal.Documents.ContentElementCollection<TParent, TItem>.Insert(System.Int32, TItem)
4 references to Insert
PresentationFramework (4)
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (1)
439this.Insert(index, value);
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
185_cellCollectionInternal.Insert(index, item);
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
185_rowCollectionInternal.Insert(index, item);
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
185_rowGroupCollectionInternal.Insert(index, item);