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