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