3 references to LB_SETCURSEL
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsListBox.cs (3)
1001
SendMessageResult = Misc.ProxySendMessageInt(hwnd, NativeMethods.
LB_SETCURSEL
, new IntPtr(item), IntPtr.Zero);
1136
Misc.ProxySendMessageInt(_hwnd, NativeMethods.
LB_SETCURSEL
, new IntPtr(_item), IntPtr.Zero);
1166
Misc.ProxySendMessageInt(_hwnd, NativeMethods.
LB_SETCURSEL
, new IntPtr(_item), IntPtr.Zero);