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