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