5 references to GetWindowPlacement
System.Windows.Forms (3)
System\Windows\Forms\Form.cs (2)
4906
bool result = PInvoke.
GetWindowPlacement
(HWND, &wp);
6514
PInvoke.
GetWindowPlacement
(HWND, &wp);
System\Windows\Forms\MDI\MDIClient.cs (1)
250
bool result = PInvoke.
GetWindowPlacement
(child.HWND, &wp);
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.USER32.dll.g.cs (2)
2018
/// <inheritdoc cref="
GetWindowPlacement
(winmdroot.Foundation.HWND, winmdroot.UI.WindowsAndMessaging.WINDOWPLACEMENT*)"/>
2024
winmdroot.Foundation.BOOL __result = PInvoke.
GetWindowPlacement
(hWnd, lpwndplLocal);