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