10 writes to Left
System.Windows.Forms (10)
System\Windows\Forms\Layout\DefaultLayout.cs (10)
194anchorInfo.Left = displayRectangle.Width - width - anchorInfo.Right; 201anchorInfo.Left += growOrShrink; 740Left = anchorInfo.Left, 747anchorInfo.Left = elementBounds.Left; 758anchorInfo.Left -= parentDisplayRect.X; 773anchorInfo.Left = oldAnchorInfo.Right - cachedBounds.Width; 782anchorInfo.Left -= parentWidth; 789anchorInfo.Left -= parentWidth / 2; 890anchorInfo.Left = x; 1001anchorInfo.Left = (int)Math.Round(anchorInfo.Left * widthFactor);
6 references to Left
System.Windows.Forms (6)
System\Windows\Forms\Layout\DefaultLayout.cs (6)
185width = displayRectangle.Width - (anchorInfo.Right + anchorInfo.Left); 200int growOrShrink = (displayRectangle.Width - (anchorInfo.Left + anchorInfo.Right + width)) / 2; 233return new Rectangle(anchorInfo.Left, anchorInfo.Top, width, height); 240int left = layout.Left + displayRect.X; 740Left = anchorInfo.Left, 1001anchorInfo.Left = (int)Math.Round(anchorInfo.Left * widthFactor);