1 instantiation of RECT
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
2026
return new
RECT
32 references to RECT
PresentationFramework (32)
System\Windows\Shell\WindowChromeWorker.cs (5)
414
var
rcClientArea = Marshal.PtrToStructure<
RECT
>(lParam);
645
RECT
windowPosition = NativeMethods.GetWindowRect(_hwnd);
773
RECT
rcMax = mi.rcWork;
1080
RECT
rcWindow = NativeMethods.GetWindowRect(_hwnd);
System\Windows\Standard\NativeMethods.cs (27)
1734
public
RECT
rcTitleBar;
1748
public
RECT
rcTitleBar;
1755
public
RECT
rgrect_TitleBar;
1756
public
RECT
rgrect_Reserved;
1757
public
RECT
rgrect_MinimizeButton;
1758
public
RECT
rgrect_MaximizeButton;
1759
public
RECT
rgrect_HelpButton;
1760
public
RECT
rgrect_CloseButton;
1944
public
RECT
rcMonitor;
1945
public
RECT
rcWork;
2024
public static
RECT
Union(
RECT
rect1,
RECT
rect2)
2039
var
rc = (
RECT
)obj;
2167
public
RECT
rcNormalPosition;
2287
private static extern bool _AdjustWindowRectEx(ref
RECT
lpRect, WS dwStyle, [MarshalAs(UnmanagedType.Bool)] bool bMenu, WS_EX dwExStyle);
2289
public static
RECT
AdjustWindowRectEx(
RECT
lpRect, WS dwStyle, bool bMenu, WS_EX dwExStyle)
2438
private static extern IntPtr _CreateRectRgnIndirect([In] ref
RECT
lprc);
2440
public static IntPtr CreateRectRgnIndirect(
RECT
lprc)
2640
private static extern bool _GetClientRect(IntPtr hwnd, [Out] out
RECT
lpRect);
2642
public static
RECT
GetClientRect(IntPtr hwnd)
2644
RECT
rc;
2816
private static extern bool _GetWindowRect(IntPtr hWnd, out
RECT
lpRect);
2818
public static
RECT
GetWindowRect(IntPtr hwnd)
2820
RECT
rc;