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)
450
return this.
Contains
(item);
src\Framework\System\Windows\Documents\TableCellCollection.cs (1)
146
return _cellCollectionInternal.
Contains
(item);
src\Framework\System\Windows\Documents\TableColumnCollection.cs (1)
147
return _columnCollection.
Contains
(item);
src\Framework\System\Windows\Documents\TableRowCollection.cs (1)
146
return _rowCollectionInternal.
Contains
(item);
src\Framework\System\Windows\Documents\TableRowGroupCollection.cs (1)
146
return _rowGroupCollectionInternal.
Contains
(item);