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)
73Remove(Items[i]); 201Remove(Items[index]); 247Remove(Items[i]);
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
205return _cellCollectionInternal.Remove(item);
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
205return _rowCollectionInternal.Remove(item);
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
205return _rowGroupCollectionInternal.Remove(item);