5 references to FindNearestItem
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ListView.cs (1)
3100return FindNearestItem(dir, point.X, point.Y);
winforms\Managed\System\WinForms\ListViewItem.cs (4)
1033return this.ListView.FindNearestItem(searchDirection, r.Left, r.Top); 1035return this.ListView.FindNearestItem(searchDirection, r.Left, r.Bottom); 1037return this.ListView.FindNearestItem(searchDirection, r.Left, r.Top); 1039return this.ListView.FindNearestItem(searchDirection, r.Right, r.Top);