2 references to FindItem
System.Windows.Forms (2)
System\Windows\Forms\Controls\ListView\ListView.cs (2)
3264return FindItem(true, text, isPrefixSearch, new Point(0, 0), SearchDirectionHint.Down, startIndex, includeSubItemsInSearch); 3323return FindItem(false, string.Empty, false, new Point(x, y), searchDirection, 0, false);