7 writes to right
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (1)
4616
dest.
right
= source.Width + source.X;
winforms\Managed\System\WinForms\Control.cs (3)
18363
adjustRect.
right
= posRect.Width + posRect.X;
18642
rc.
right
= rc.left + control.Width;
18646
rc.
right
= rc.left + width;
winforms\Managed\System\WinForms\NativeMethods.cs (2)
4038
this.
right
= r.Right;
4046
this.
right
= right;
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
308
lprcPosRect.
right
= this.Host.Bounds.Width + this.Host.Bounds.X;
12 references to right
System.Windows.Forms (12)
winforms\Managed\System\WinForms\Control.cs (5)
15440
Debug.WriteLineIf(CompModSwitches.ActiveX.TraceInfo, "AxSource:SetObjectRects(" + lprcClipRect.left + ", " + lprcClipRect.top + ", " + lprcClipRect.
right
+ ", " + lprcClipRect.bottom + ")");
16685
rc = new NativeMethods.RECT(prcBounds.left, prcBounds.top, prcBounds.
right
, prcBounds.bottom);
18344
Rectangle posRect = Rectangle.FromLTRB(lprcPosRect.left, lprcPosRect.top, lprcPosRect.
right
, lprcPosRect.bottom);
18390
Rectangle clipRect = Rectangle.FromLTRB(lprcClipRect.left, lprcClipRect.top, lprcClipRect.
right
, lprcClipRect.bottom);
18670
width = rc.
right
- rc.left;
winforms\Managed\System\WinForms\NativeMethods.cs (1)
4061
return "Left = " + left + " Top " + top + " Right = " +
right
+ " Bottom = " + bottom;
winforms\Managed\System\WinForms\VisualStyles\VisualStyleRenderer.cs (5)
364
return Rectangle.FromLTRB(rect.left, rect.top, rect.
right
, rect.bottom);
523
return Rectangle.FromLTRB(rect.left, rect.top, rect.
right
, rect.bottom);
547
return Rectangle.FromLTRB(rect.left, rect.top, rect.
right
, rect.bottom);
881
return Rectangle.FromLTRB(rect.left, rect.top, rect.
right
, rect.bottom);
906
return Rectangle.FromLTRB(rect.left, rect.top, rect.
right
, rect.bottom);
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
493
NativeMethods.COMRECT.FromXYWH(0, 0, lprcPosRect.
right
- lprcPosRect.left, lprcPosRect.bottom - lprcPosRect.top),