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