3 references to RECT
System.Design (3)
System\Design\NativeMethods.cs (3)
389
public static bool GetUpdateRect(IntPtr hwnd, ref
RECT
rc, bool fErase);
392
public static bool GetWindowRect(IntPtr hWnd, ref
RECT
rect);
397
public static int MapWindowPoints(IntPtr hWndFrom, IntPtr hWndTo, ref
RECT
rect, int cPoints);