Base:
method
IndexOf
System.Windows.Data.CollectionView.IndexOf(System.Object)
1 reference to IndexOf
PresentationFramework (1)
src\Framework\MS\Internal\Data\EnumerableCollectionView.cs (1)
336
return _view.
IndexOf
(item);