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