2 references to Search
PresentationFramework (2)
MS\Internal\Data\DataExtensionMethods.cs (1)
34return lsList.Search(index, count, value);
System\Windows\Data\ListCollectionView.cs (1)
3192index = list.Search(0, list.Count, item);