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