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