Implemented interface member:
5 references to Contains
PresentationFramework (5)
MS\Internal\Documents\ContentElementCollection.cs (1)
438return this.Contains(item);
System\Windows\Documents\TableCellCollection.cs (1)
144return _cellCollectionInternal.Contains(item);
System\Windows\Documents\TableColumnCollection.cs (1)
144return _columnCollection.Contains(item);
System\Windows\Documents\TableRowCollection.cs (1)
144return _rowCollectionInternal.Contains(item);
System\Windows\Documents\TableRowGroupCollection.cs (1)
144return _rowGroupCollectionInternal.Contains(item);