2 references to CB_GETLBTEXT
UIAutomationClientsideProviders (2)
MS\Internal\AutomationProxies\WindowsComboBox.cs (2)
734
return XSendMessage.GetItemText(hwnd, NativeMethods.WM_USER + NativeMethods.
CB_GETLBTEXT
, index, len);
738
return Misc.GetUnsafeText(hwnd, NativeMethods.
CB_GETLBTEXT
, new IntPtr(index), len);