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