1 instantiation of RECT
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
2027
return new
RECT
32 references to RECT
PresentationFramework (32)
System\Windows\Shell\WindowChromeWorker.cs (5)
419
var
rcClientArea = Marshal.PtrToStructure<
RECT
>(lParam);
650
RECT
windowPosition = NativeMethods.GetWindowRect(_hwnd);
778
RECT
rcMax = mi.rcWork;
1085
RECT
rcWindow = NativeMethods.GetWindowRect(_hwnd);
System\Windows\Standard\NativeMethods.cs (27)
1739
public
RECT
rcTitleBar;
1753
public
RECT
rcTitleBar;
1760
public
RECT
rgrect_TitleBar;
1761
public
RECT
rgrect_Reserved;
1762
public
RECT
rgrect_MinimizeButton;
1763
public
RECT
rgrect_MaximizeButton;
1764
public
RECT
rgrect_HelpButton;
1765
public
RECT
rgrect_CloseButton;
1945
public
RECT
rcMonitor;
1946
public
RECT
rcWork;
2025
public static
RECT
Union(
RECT
rect1,
RECT
rect2)
2040
var
rc = (
RECT
)obj;
2168
public
RECT
rcNormalPosition;
2288
private static extern bool _AdjustWindowRectEx(ref
RECT
lpRect, WS dwStyle, [MarshalAs(UnmanagedType.Bool)] bool bMenu, WS_EX dwExStyle);
2290
public static
RECT
AdjustWindowRectEx(
RECT
lpRect, WS dwStyle, bool bMenu, WS_EX dwExStyle)
2439
private static extern IntPtr _CreateRectRgnIndirect([In] ref
RECT
lprc);
2441
public static IntPtr CreateRectRgnIndirect(
RECT
lprc)
2641
private static extern bool _GetClientRect(IntPtr hwnd, [Out] out
RECT
lpRect);
2643
public static
RECT
GetClientRect(IntPtr hwnd)
2645
RECT
rc;
2817
private static extern bool _GetWindowRect(IntPtr hWnd, out
RECT
lpRect);
2819
public static
RECT
GetWindowRect(IntPtr hwnd)
2821
RECT
rc;