3 references to LB_SETCURSEL
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsListBox.cs (3)
1013
SendMessageResult = Misc.ProxySendMessageInt(hwnd, NativeMethods.
LB_SETCURSEL
, new IntPtr(item), IntPtr.Zero);
1148
Misc.ProxySendMessageInt(_hwnd, NativeMethods.
LB_SETCURSEL
, new IntPtr(_item), IntPtr.Zero);
1178
Misc.ProxySendMessageInt(_hwnd, NativeMethods.
LB_SETCURSEL
, new IntPtr(_item), IntPtr.Zero);