5 references to SetWindowText
System.Windows.Forms (1)
System\Windows\Forms\Dialogs\TaskDialog\TaskDialog.cs (1)
905PInvoke.SetWindowText(_handle, caption);
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.SetWindowText.cs (2)
8/// <inheritdoc cref="SetWindowText(HWND, string)"/> 11BOOL result = SetWindowText(hWnd.Handle, text);
System.Windows.Forms.Primitives.Tests (2)
Interop\User32\GetWindowTextTests.cs (2)
65PInvoke.SetWindowText(hWnd, text); 73PInvoke.SetWindowText(hWnd, text);