4 references to SetWindowText
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
3663PInvoke.SetWindowText(this, value); 7367PInvoke.SetWindowText(this, _text);
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
1146PInvoke.SetWindowText(this, value);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.SetWindowText.cs (1)
11BOOL result = SetWindowText(hWnd.Handle, text);