7 writes to bottom
System.Windows.Forms (7)
winforms\Managed\System\WinForms\AxHost.cs (1)
4617
dest.
bottom
= source.Height + source.Y;
winforms\Managed\System\WinForms\Control.cs (3)
18364
adjustRect.
bottom
= posRect.Height + posRect.Y;
18643
rc.
bottom
= rc.top + control.Height;
18647
rc.
bottom
= rc.top + height;
winforms\Managed\System\WinForms\NativeMethods.cs (2)
4039
this.
bottom
= r.Bottom;
4047
this.
bottom
= bottom;
winforms\Managed\System\WinForms\WebBrowserSiteBase.cs (1)
309
lprcPosRect.
bottom
= this.Host.Bounds.Height + this.Host.Bounds.Y;
12 references to bottom
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
);
18671
height = rc.
bottom
- rc.top;
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),