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)
439
this.
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);