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