Base:
method
Remove
MS.Internal.Documents.ContentElementCollection<TParent, TItem>.Remove(TItem)
6 references to Remove
PresentationFramework (6)
src\Framework\MS\Internal\Documents\TableTextElementCollectionInternal.cs (3)
73
Remove
(Items[i]);
201
Remove
(Items[index]);
247
Remove
(Items[i]);
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
205
return _cellCollectionInternal.
Remove
(item);
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
205
return _rowCollectionInternal.
Remove
(item);
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
205
return _rowGroupCollectionInternal.
Remove
(item);