7 references to Rectangle
System.Drawing.Common.Tests (2)
System\Drawing\ImageTests.cs (1)
676PInvokeCore.Rectangle(hdc, 10, 10, 100, 100);
System\Drawing\Imaging\MetafileTests.cs (1)
1030PInvokeCore.Rectangle(hdc, 10, 10, 100, 100);
System.Windows.Forms (1)
System\Windows\Forms\Rendering\ControlPaint.cs (1)
1843PInvokeCore.Rectangle(desktopDC, rectangle.X, rectangle.Y, rectangle.Right, rectangle.Bottom);
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\DesignerUtils.cs (2)
270PInvokeCore.Rectangle(hDC, bounds.Left, bounds.Top, bounds.Right, bounds.Bottom); 294PInvokeCore.Rectangle(hDC, bounds.Left, bounds.Top + s_lockedHandleLowerOffset, bounds.Right, bounds.Bottom);
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
445PInvokeCore.Rectangle(dc, rectangle.X, rectangle.Y, rectangle.Right, rectangle.Bottom);
System.Windows.Forms.Primitives (1)
System\Windows\Forms\DeviceContextExtensions.cs (1)
37PInvokeCore.Rectangle(hdc, left, top, right, bottom);