8 references to RECT
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ButtonInternal\ButtonStandardAdapter.cs (1)
98
NativeMethods.RECT r = new NativeMethods.
RECT
(bounds.X, bounds.Y, bounds.Right, bounds.Bottom);
winforms\Managed\System\WinForms\Control.cs (5)
6587
NativeMethods.RECT adornments = new NativeMethods.
RECT
(0, 0, 0, 0);
11483
NativeMethods.RECT adornments = new NativeMethods.
RECT
(0, 0, 0, 0);
11953
NativeMethods.RECT rect = new NativeMethods.
RECT
(0, 0, width, height);
16685
rc = new NativeMethods.
RECT
(prcBounds.left, prcBounds.top, prcBounds.right, prcBounds.bottom);
19247
destRect = new NativeMethods.
RECT
(0, 0, size.Width, size.Height);
winforms\Managed\System\WinForms\Form.cs (1)
3593
NativeMethods.RECT result = new NativeMethods.
RECT
(0, 0, clientSize.Width, clientSize.Height);
winforms\Managed\System\WinForms\NativeMethods.cs (1)
3098
return new
RECT
(x, y, x + width, y + height);