4 references to GetClientRect
System.Drawing.Common.Tests (1)
Helpers.cs (1)
137PInvokeCore.GetClientRect(hwnd, out RECT rect);
System.Private.Windows.Core (2)
Windows\Win32\PInvokeCore.GetClientRect.cs (2)
8/// <inheritdoc cref="GetClientRect(HWND, out RECT)"/> 12BOOL result = GetClientRect(hWnd.Handle, out lpRect);
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (1)
577PInvokeCore.GetClientRect(rootHwnd, out RECT rootHwndClientArea);