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