2 references to IndexFromPoint
System.Windows.Forms (1)
System\Windows\Forms\Controls\ListBoxes\ListBox.cs (1)
1504
return
IndexFromPoint
(p.X, p.Y);
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
709
_indexOfItemUnderMouseToDrag = ListDragSource.
IndexFromPoint
(e.X, e.Y);