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