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