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; 735Left = anchorInfo.Left, 742anchorInfo.Left = elementBounds.Left; 753anchorInfo.Left -= parentDisplayRect.X; 768anchorInfo.Left = oldAnchorInfo.Right - cachedBounds.Width; 777anchorInfo.Left -= parentWidth; 784anchorInfo.Left -= parentWidth / 2; 882anchorInfo.Left = x; 993anchorInfo.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; 735Left = anchorInfo.Left, 993anchorInfo.Left = (int)Math.Round(anchorInfo.Left * widthFactor);