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