3 references to ProxyGetText
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\Misc.cs (1)
1161
return
ProxyGetText
(hwnd, MaxLengthNameProperty);
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
580
return Misc.
ProxyGetText
(_hwnd, GetTextLength());
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
153
return Misc.
ProxyGetText
(_hwnd, IP_ADDRESS_STRING_LENGTH);