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