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