10 writes to Left
System.Windows.Forms (10)
System\Windows\Forms\Layout\DefaultLayout.cs (10)
195anchorInfo.Left = displayRectangle.Width - width - anchorInfo.Right; 202anchorInfo.Left += growOrShrink; 736Left = anchorInfo.Left, 743anchorInfo.Left = elementBounds.Left; 754anchorInfo.Left -= parentDisplayRect.X; 769anchorInfo.Left = oldAnchorInfo.Right - cachedBounds.Width; 778anchorInfo.Left -= parentWidth; 785anchorInfo.Left -= parentWidth / 2; 883anchorInfo.Left = x; 994anchorInfo.Left = (int)Math.Round(anchorInfo.Left * widthFactor);
6 references to Left
System.Windows.Forms (6)
System\Windows\Forms\Layout\DefaultLayout.cs (6)
186width = displayRectangle.Width - (anchorInfo.Right + anchorInfo.Left); 201int growOrShrink = (displayRectangle.Width - (anchorInfo.Left + anchorInfo.Right + width)) / 2; 234return new Rectangle(anchorInfo.Left, anchorInfo.Top, width, height); 241int left = layout.Left + displayRect.X; 736Left = anchorInfo.Left, 994anchorInfo.Left = (int)Math.Round(anchorInfo.Left * widthFactor);