3 references to Search
PresentationFramework (3)
MS\Internal\Data\DataExtensionMethods.cs (1)
45return list.Search(0, list.Count, value, comparer);
System\Windows\Data\ListCollectionView.cs (2)
1261toIndex = list.Search(0, localIndex, editItem, ActiveComparer); 1268toIndex = list.Search(localIndex+1, list.Count-localIndex-1, editItem, ActiveComparer);