4 writes to right
System.Windows.Forms (4)
misc\GDI\NativeMethods.cs (2)
173
this.
right
= right;
181
this.
right
= r.Right;
misc\GDI\UnsafeNativeMethods.cs (2)
383
lpRect.
right
= Math.Min( Int16.MaxValue, lpRect.right );
422
lpRect.
right
= Math.Min(Int16.MaxValue, lpRect.right);
4 references to right
System.Windows.Forms (4)
misc\GDI\NativeMethods.cs (2)
198
return new Size(this.
right
- this.left, this.bottom - this.top);
207
right
- left,
misc\GDI\UnsafeNativeMethods.cs (2)
383
lpRect.right = Math.Min( Int16.MaxValue, lpRect.
right
);
422
lpRect.right = Math.Min(Int16.MaxValue, lpRect.
right
);