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