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