2 instantiations of RECT
WindowsBase (2)
Shared\MS\Win32\NativeMethodsCLR.cs (2)
2793internal RECT rcMonitor = new RECT(); 2794internal RECT rcWork = new RECT();
27 references to RECT
WindowsBase (27)
Shared\MS\Win32\NativeMethodsCLR.cs (6)
807public RECT rcArea; 816public RECT rcArea; 2793internal RECT rcMonitor = new RECT(); 2794internal RECT rcWork = new RECT(); 4166public COMRECT(RECT rect) { 7517internal delegate bool MonitorEnumProc(IntPtr hMonitor, IntPtr hdcMonitor, ref RECT lprcMonitor, IntPtr dwData);
Shared\MS\Win32\NativeMethodsSetLastError.cs (1)
156public static extern int MapWindowPoints(HandleRef hWndFrom, HandleRef hWndTo, [In, Out] ref NativeMethods.RECT rect, int cPoints);
Shared\MS\Win32\SafeNativeMethodsCLR.cs (13)
129public static IntPtr MonitorFromRect(ref NativeMethods.RECT rect, int flags) 190internal static bool AdjustWindowRectEx(ref NativeMethods.RECT lpRect, int dwStyle, bool bMenu, int dwExStyle) 206internal static void GetClientRect(HandleRef hWnd, [In, Out] ref NativeMethods.RECT rect) 217internal static NativeMethods.RECT GetClientRect(HandleRef hWnd) 219var clientRect = default(NativeMethods.RECT); 229internal static void GetWindowRect(HandleRef hWnd, [In, Out] ref NativeMethods.RECT rect) 793ref NativeMethods.RECT lpRect, 888public static extern bool IntGetWindowRect(HandleRef hWnd, [In, Out] ref NativeMethods.RECT rect); 891public static extern bool IntGetClientRect(HandleRef hWnd, [In, Out] ref NativeMethods.RECT rect); 894public static extern bool IntAdjustWindowRectEx(ref NativeMethods.RECT lpRect, int dwStyle, bool bMenu, int dwExStyle); 897public static extern IntPtr MonitorFromRect(ref NativeMethods.RECT rect, int flags); 1051[In] [Out] ref NativeMethods.RECT lpRect,
Shared\MS\Win32\UnsafeNativeMethodsCLR.cs (7)
236public static extern int CriticalFillRect(IntPtr hdc, ref NativeMethods.RECT rcFill, IntPtr brush); 1450public static extern bool SystemParametersInfo(int nAction, int nParam, ref NativeMethods.RECT rc, int nUpdate); 2577NativeMethods.RECT lprectBorder); 2582NativeMethods.RECT pborderwidths); 2587NativeMethods.RECT pborderwidths); 2632NativeMethods.RECT prcBorder, 2901NativeMethods.RECT lprcPosRect);