4 writes to left
System.Drawing (4)
misc\GDI\NativeMethods.cs (2)
171
this.
left
= left;
179
this.
left
= r.Left;
misc\GDI\UnsafeNativeMethods.cs (2)
382
lpRect.
left
= Math.Min( Int16.MaxValue, lpRect.left );
421
lpRect.
left
= Math.Min(Int16.MaxValue, lpRect.left);
6 references to left
System.Drawing (6)
misc\GDI\NativeMethods.cs (3)
198
return new Size(this.right - this.
left
, this.bottom - this.top);
205
left
,
207
right -
left
,
misc\GDI\UnsafeNativeMethods.cs (2)
382
lpRect.left = Math.Min( Int16.MaxValue, lpRect.
left
);
421
lpRect.left = Math.Min(Int16.MaxValue, lpRect.
left
);
misc\GDI\WindowsRegion.cs (1)
196
return new Rectangle(new Point(rect.
left
, rect.top), rect.Size);