10 references to LB_ERR
UIAutomationClientsideProviders (10)
MS\Internal\AutomationProxies\WindowsListBox.cs (10)
323if (index != NativeMethods.LB_ERR) 497if (selection != NativeMethods.LB_ERR) 572return NativeMethods.LB_ERR; 578return result != NativeMethods.LB_ERR ? result : 0; 618return Misc.ProxySendMessageInt(_hwnd, NativeMethods.LB_SETSEL, IntPtr.Zero, new IntPtr(-1)) != NativeMethods.LB_ERR; 1016return NativeMethods.LB_ERR != SendMessageResult; 1028return Misc.ProxySendMessageInt(_hwnd, NativeMethods.LB_SETCARETINDEX, new IntPtr(_item), new IntPtr(0)) != NativeMethods.LB_ERR; 1151success = (NativeMethods.LB_ERR != sendMessageResult); 1179success = (NativeMethods.LB_ERR != sendMessageResult); 1202return Misc.ProxySendMessageInt(hwnd, NativeMethods.LB_SETSEL, IntPtr.Zero, new IntPtr(item)) != NativeMethods.LB_ERR;