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