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