10 references to LB_ERR
UIAutomationClientSideProviders (10)
MS\Internal\AutomationProxies\WindowsListBox.cs (10)
311if (index != NativeMethods.LB_ERR) 485if (selection != NativeMethods.LB_ERR) 560return NativeMethods.LB_ERR; 566return result != NativeMethods.LB_ERR ? result : 0; 606return Misc.ProxySendMessageInt(_hwnd, NativeMethods.LB_SETSEL, IntPtr.Zero, new IntPtr(-1)) != NativeMethods.LB_ERR; 1004return NativeMethods.LB_ERR != SendMessageResult; 1016return Misc.ProxySendMessageInt(_hwnd, NativeMethods.LB_SETCARETINDEX, new IntPtr(_item), new IntPtr(0)) != NativeMethods.LB_ERR; 1139success = (NativeMethods.LB_ERR != sendMessageResult); 1167success = (NativeMethods.LB_ERR != sendMessageResult); 1190return Misc.ProxySendMessageInt(hwnd, NativeMethods.LB_SETSEL, IntPtr.Zero, new IntPtr(item)) != NativeMethods.LB_ERR;