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