1 instantiation of RECT
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
2022
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;
1940
public
RECT
rcMonitor;
1941
public
RECT
rcWork;
2020
public static
RECT
Union(
RECT
rect1,
RECT
rect2)
2035
var
rc = (
RECT
)obj;
2163
public
RECT
rcNormalPosition;
2283
private static extern bool _AdjustWindowRectEx(ref
RECT
lpRect, WS dwStyle, [MarshalAs(UnmanagedType.Bool)] bool bMenu, WS_EX dwExStyle);
2285
public static
RECT
AdjustWindowRectEx(
RECT
lpRect, WS dwStyle, bool bMenu, WS_EX dwExStyle)
2434
private static extern IntPtr _CreateRectRgnIndirect([In] ref
RECT
lprc);
2436
public static IntPtr CreateRectRgnIndirect(
RECT
lprc)
2636
private static extern bool _GetClientRect(IntPtr hwnd, [Out] out
RECT
lpRect);
2638
public static
RECT
GetClientRect(IntPtr hwnd)
2640
RECT
rc;
2812
private static extern bool _GetWindowRect(IntPtr hWnd, out
RECT
lpRect);
2814
public static
RECT
GetWindowRect(IntPtr hwnd)
2816
RECT
rc;