5 references to GetWindowRect
System.Private.Windows.Core (2)
Windows\Win32\PInvokeCore.GetWindowRect.cs (2)
8
/// <inheritdoc cref="
GetWindowRect
(HWND, out RECT)"/>
11
BOOL result =
GetWindowRect
(hWnd.Handle, out lpRect);
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
2347
PInvokeCore.
GetWindowRect
(next, out temp);
System\Windows\Forms\Dialogs\CommonDialogs\CommonDialog.cs (1)
97
PInvokeCore.
GetWindowRect
(hwnd, out var r);
System\Windows\Forms\Form.cs (1)
3909
PInvokeCore.
GetWindowRect
(ownerHandle, out var ownerRect);