2 references to LB_GETCURSEL
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListBox.cs (2)
873return unchecked( (int) (long)SendMessage(NativeMethods.LB_GETCURSEL, 0, 0)); 1699int index = unchecked( (int) (long)SendMessage(NativeMethods.LB_GETCURSEL, 0, 0));