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