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