10 references to LB_ERR
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\WindowsListBox.cs (10)
307if (index != NativeMethods.LB_ERR) 481if (selection != NativeMethods.LB_ERR) 550return NativeMethods.LB_ERR; 556return result != NativeMethods.LB_ERR ? result : 0; 596return Misc.ProxySendMessageInt(_hwnd, NativeMethods.LB_SETSEL, IntPtr.Zero, new IntPtr(-1)) != NativeMethods.LB_ERR; 994return NativeMethods.LB_ERR != SendMessageResult; 1006return Misc.ProxySendMessageInt(_hwnd, NativeMethods.LB_SETCARETINDEX, new IntPtr(_item), new IntPtr(0)) != NativeMethods.LB_ERR; 1129success = (NativeMethods.LB_ERR != sendMessageResult); 1157success = (NativeMethods.LB_ERR != sendMessageResult); 1180return Misc.ProxySendMessageInt(hwnd, NativeMethods.LB_SETSEL, IntPtr.Zero, new IntPtr(item)) != NativeMethods.LB_ERR;