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