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