3 references to ProxySendMessageInt
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
302
result = Misc.
ProxySendMessageInt
(_hwnd, NativeMethods.WM_SETTEXT, IntPtr.Zero, new StringBuilder(str));
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
200
result = Misc.
ProxySendMessageInt
(_hwnd, NativeMethods.WM_SETTEXT, IntPtr.Zero, new StringBuilder(str));
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
613
if (Misc.
ProxySendMessageInt
(hwndEdit, NativeMethods.WM_SETTEXT, IntPtr.Zero, new StringBuilder(text)) != 1)