Base:
method
Contains
System.Windows.Data.CollectionView.Contains(System.Object)
1 reference to Contains
PresentationFramework (1)
src\Framework\System\Windows\Data\BindingListCollectionView.cs (1)
90return Contains(item); // need to ask inner list, not cheap but only way to determine