3 references to ProxyGetText
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\Misc.cs (1)
1174
return
ProxyGetText
(hwnd, MaxLengthNameProperty);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
645
return Misc.
ProxyGetText
(_hwnd, GetTextLength());
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
167
return Misc.
ProxyGetText
(_hwnd, IP_ADDRESS_STRING_LENGTH);