2 references to LB_GETSEL
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
1000return Misc.ProxySendMessageInt(hwnd, NativeMethods.LB_GETSEL, new IntPtr(item), IntPtr.Zero) > 0; 1057return Misc.ProxySendMessageInt(_hwnd, NativeMethods.LB_GETSEL, new IntPtr(_item), IntPtr.Zero) >= 0;