1 instantiation of RECT
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
2019
return new
RECT
32 references to RECT
PresentationFramework (32)
System\Windows\Shell\WindowChromeWorker.cs (5)
413
var
rcClientArea = Marshal.PtrToStructure<
RECT
>(lParam);
644
RECT
windowPosition = NativeMethods.GetWindowRect(_hwnd);
772
RECT
rcMax = mi.rcWork;
1079
RECT
rcWindow = NativeMethods.GetWindowRect(_hwnd);
System\Windows\Standard\NativeMethods.cs (27)
1726
public
RECT
rcTitleBar;
1740
public
RECT
rcTitleBar;
1747
public
RECT
rgrect_TitleBar;
1748
public
RECT
rgrect_Reserved;
1749
public
RECT
rgrect_MinimizeButton;
1750
public
RECT
rgrect_MaximizeButton;
1751
public
RECT
rgrect_HelpButton;
1752
public
RECT
rgrect_CloseButton;
1937
public
RECT
rcMonitor;
1938
public
RECT
rcWork;
2017
public static
RECT
Union(
RECT
rect1,
RECT
rect2)
2032
var
rc = (
RECT
)obj;
2160
public
RECT
rcNormalPosition;
2280
private static extern bool _AdjustWindowRectEx(ref
RECT
lpRect, WS dwStyle, [MarshalAs(UnmanagedType.Bool)] bool bMenu, WS_EX dwExStyle);
2282
public static
RECT
AdjustWindowRectEx(
RECT
lpRect, WS dwStyle, bool bMenu, WS_EX dwExStyle)
2431
private static extern IntPtr _CreateRectRgnIndirect([In] ref
RECT
lprc);
2433
public static IntPtr CreateRectRgnIndirect(
RECT
lprc)
2669
private static extern bool _GetClientRect(IntPtr hwnd, [Out] out
RECT
lpRect);
2671
public static
RECT
GetClientRect(IntPtr hwnd)
2673
RECT
rc;
2845
private static extern bool _GetWindowRect(IntPtr hWnd, out
RECT
lpRect);
2847
public static
RECT
GetWindowRect(IntPtr hwnd)
2849
RECT
rc;