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