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