2 references to FindItem
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (2)
3093return FindItem(true, text, isPrefixSearch, new Point(0,0), SearchDirectionHint.Down, startIndex, includeSubItemsInSearch); 3150return FindItem(false, String.Empty, false, new Point(x, y), searchDirection, -1, false);