4 references to WM_SETTEXT
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsEditBox.cs (1)
337result = Misc.ProxySendMessageInt(_hwnd, NativeMethods.WM_SETTEXT, IntPtr.Zero, new StringBuilder(str));
MS\Internal\AutomationProxies\WindowsIPAddress.cs (1)
398Misc.ProxySendMessage(_hwnd, NativeMethods.WM_SETTEXT, IntPtr.Zero, new StringBuilder(i.ToString(CultureInfo.CurrentCulture)));
MS\Internal\AutomationProxies\WindowsRichEdit.cs (1)
212result = Misc.ProxySendMessageInt(_hwnd, NativeMethods.WM_SETTEXT, IntPtr.Zero, new StringBuilder(str));
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
622if (Misc.ProxySendMessageInt(hwndEdit, NativeMethods.WM_SETTEXT, IntPtr.Zero, new StringBuilder(text)) != 1)