3 references to ProxySendMessage
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\Misc.cs (2)
1189ProxySendMessage(hwnd, NativeMethods.WM_GETTEXT, (IntPtr)str.Capacity, str); 1344IntPtr result = ProxySendMessage(hwnd, msg, wParam, sb);
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
398Misc.ProxySendMessage(_hwnd, NativeMethods.WM_SETTEXT, IntPtr.Zero, new StringBuilder(i.ToString(CultureInfo.CurrentCulture)));