4 references to GetItemText
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
734return XSendMessage.GetItemText(hwnd, NativeMethods.WM_USER + NativeMethods.CB_GETLBTEXT, index, len);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
752return XSendMessage.GetItemText(_hwnd, NativeMethods.WM_USER + NativeMethods.LB_GETTEXT, _item, iTextLen);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
615return XSendMessage.GetItemText(_hwnd, NativeMethods.SB_GETTEXTW, _item, len);
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
616return XSendMessage.GetItemText(_hwnd, NativeMethods.TB_GETBUTTONTEXT, _idCommand, len);