7 writes to Left
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (7)
558oldAnchorInfo.Left = anchorInfo.Left; 563anchorInfo.Left = element.Bounds.Left; 576anchorInfo.Left -= parentDisplayRect.X; 586anchorInfo.Left = oldAnchorInfo.Right - bounds.Width; // control might have been resized, update Left anchor 592anchorInfo.Left -= parentWidth; 598anchorInfo.Left -= (parentWidth/2); 705anchorInfo.Left = (int)((float)anchorInfo.Left * factor.Width);
4 references to Left
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (4)
136int left = layout.Left + displayRect.X; 558oldAnchorInfo.Left = anchorInfo.Left; 619Debug.WriteLineIf(CompModSwitches.RichLayout.TraceInfo, "anchor info (l,t,r,b): (" + anchorInfo.Left + ", " + anchorInfo.Top + ", " + anchorInfo.Right + ", " + anchorInfo.Bottom + ")"); 705anchorInfo.Left = (int)((float)anchorInfo.Left * factor.Width);