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