4 references to GetItemText
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
717return XSendMessage.GetItemText(hwnd, NativeMethods.WM_USER + NativeMethods.CB_GETLBTEXT, index, len);
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
740return XSendMessage.GetItemText(_hwnd, NativeMethods.WM_USER + NativeMethods.LB_GETTEXT, _item, iTextLen);
MS\Internal\AutomationProxies\WindowsStatusBar.cs (1)
601return XSendMessage.GetItemText(_hwnd, NativeMethods.SB_GETTEXTW, _item, len);
MS\Internal\AutomationProxies\WindowsToolbar.cs (1)
605return XSendMessage.GetItemText(_hwnd, NativeMethods.TB_GETBUTTONTEXT, _idCommand, len);