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