1 instantiation of RECT
PresentationFramework (1)
System\Windows\Standard\NativeMethods.cs (1)
2017
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)
1724
public
RECT
rcTitleBar;
1738
public
RECT
rcTitleBar;
1745
public
RECT
rgrect_TitleBar;
1746
public
RECT
rgrect_Reserved;
1747
public
RECT
rgrect_MinimizeButton;
1748
public
RECT
rgrect_MaximizeButton;
1749
public
RECT
rgrect_HelpButton;
1750
public
RECT
rgrect_CloseButton;
1935
public
RECT
rcMonitor;
1936
public
RECT
rcWork;
2015
public static
RECT
Union(
RECT
rect1,
RECT
rect2)
2030
var
rc = (
RECT
)obj;
2158
public
RECT
rcNormalPosition;
2278
private static extern bool _AdjustWindowRectEx(ref
RECT
lpRect, WS dwStyle, [MarshalAs(UnmanagedType.Bool)] bool bMenu, WS_EX dwExStyle);
2280
public static
RECT
AdjustWindowRectEx(
RECT
lpRect, WS dwStyle, bool bMenu, WS_EX dwExStyle)
2429
private static extern IntPtr _CreateRectRgnIndirect([In] ref
RECT
lprc);
2431
public static IntPtr CreateRectRgnIndirect(
RECT
lprc)
2631
private static extern bool _GetClientRect(IntPtr hwnd, [Out] out
RECT
lpRect);
2633
public static
RECT
GetClientRect(IntPtr hwnd)
2635
RECT
rc;
2807
private static extern bool _GetWindowRect(IntPtr hWnd, out
RECT
lpRect);
2809
public static
RECT
GetWindowRect(IntPtr hwnd)
2811
RECT
rc;