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