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