3 references to Left
System.Windows.Forms (3)
System\Windows\Forms\Layout\DefaultLayout.cs (3)
87
if ((direction & GrowthDirection.
Left
) != GrowthDirection.None)
118
growthDirection |= GrowthDirection.
Left
;
138
Debug.Assert((growthDirection & GrowthDirection.
Left
) == GrowthDirection.None