3 references to GetHWndRect
System.Drawing.Common.Tests (3)
Helpers.cs (1)
128internal static Rectangle GetWindowDCRect(HDC hdc) => GetHWndRect(PInvokeCore.WindowFromDC(hdc));
System\Drawing\GraphicsTests.cs (2)
219Rectangle expected = Helpers.GetHWndRect((HWND)hwnd); 228Rectangle expected = Helpers.GetHWndRect((HWND)hwnd);