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