Implemented interface member:
method
Contains
System.Collections.Generic.ICollection<T>.Contains(T)
5 references to Contains
PresentationFramework (5)
src\Framework\MS\Internal\Documents\ContentElementCollection.cs (1)
450return this.Contains(item);
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
146return _cellCollectionInternal.Contains(item);
src\Framework\System\Windows\Documents\TableColumnCollection.cs (1)
147return _columnCollection.Contains(item);
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
146return _rowCollectionInternal.Contains(item);
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
146return _rowGroupCollectionInternal.Contains(item);