10 writes to Left
System.Windows.Forms (10)
System\Windows\Forms\Layout\DefaultLayout.cs (10)
194
anchorInfo.
Left
= displayRectangle.Width - width - anchorInfo.Right;
201
anchorInfo.
Left
+= growOrShrink;
735
Left
= anchorInfo.Left,
742
anchorInfo.
Left
= elementBounds.Left;
753
anchorInfo.
Left
-= parentDisplayRect.X;
768
anchorInfo.
Left
= oldAnchorInfo.Right - cachedBounds.Width;
777
anchorInfo.
Left
-= parentWidth;
784
anchorInfo.
Left
-= parentWidth / 2;
882
anchorInfo.
Left
= x;
993
anchorInfo.
Left
= (int)Math.Round(anchorInfo.Left * widthFactor);
6 references to Left
System.Windows.Forms (6)
System\Windows\Forms\Layout\DefaultLayout.cs (6)
185
width = displayRectangle.Width - (anchorInfo.Right + anchorInfo.
Left
);
200
int growOrShrink = (displayRectangle.Width - (anchorInfo.
Left
+ anchorInfo.Right + width)) / 2;
233
return new Rectangle(anchorInfo.
Left
, anchorInfo.Top, width, height);
240
int left = layout.
Left
+ displayRect.X;
735
Left = anchorInfo.
Left
,
993
anchorInfo.Left = (int)Math.Round(anchorInfo.
Left
* widthFactor);