7 writes to Bottom
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (7)
561
oldAnchorInfo.
Bottom
= anchorInfo.Bottom;
566
anchorInfo.
Bottom
= element.Bounds.Bottom;
579
anchorInfo.
Bottom
-= parentDisplayRect.Y;
604
anchorInfo.
Bottom
= oldAnchorInfo.Bottom;
608
anchorInfo.
Bottom
-= parentHeight;
616
anchorInfo.
Bottom
-= (parentHeight/2);
708
anchorInfo.
Bottom
= (int)((float)anchorInfo.Bottom * factor.Height);
8 references to Bottom
System.Windows.Forms (8)
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (8)
139
int bottom = layout.
Bottom
+ displayRect.Y;
561
oldAnchorInfo.Bottom = anchorInfo.
Bottom
;
602
if (DpiHelper.EnableAnchorLayoutHighDpiImprovements && (anchorInfo.
Bottom
- parentHeight > 0) && (oldAnchorInfo.
Bottom
< 0)) {
604
anchorInfo.Bottom = oldAnchorInfo.
Bottom
;
605
anchorInfo.Top = oldAnchorInfo.
Bottom
- bounds.Height; // control might have been resized, update Top anchor
619
Debug.WriteLineIf(CompModSwitches.RichLayout.TraceInfo, "anchor info (l,t,r,b): (" + anchorInfo.Left + ", " + anchorInfo.Top + ", " + anchorInfo.Right + ", " + anchorInfo.
Bottom
+ ")");
708
anchorInfo.Bottom = (int)((float)anchorInfo.
Bottom
* factor.Height);