4 references to SetWindowPlacement
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (1)
4950bool result = PInvoke.SetWindowPlacement(HWND, &wp);
System\Windows\Forms\MDI\MDIClient.cs (1)
266PInvoke.SetWindowPlacement(child.HWND, &wp);
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.USER32.dll.g.cs (2)
3448 /// <inheritdoc cref="SetWindowPlacement(winmdroot.Foundation.HWND, winmdroot.UI.WindowsAndMessaging.WINDOWPLACEMENT*)"/> 3454 winmdroot.Foundation.BOOL __result = PInvoke.SetWindowPlacement(hWnd, lpwndplLocal);