3 references to Left
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (3)
81
if((direction & GrowthDirection.
Left
) != GrowthDirection.None) {
105
growthDirection |= GrowthDirection.
Left
;
120
Debug.Assert((growthDirection & GrowthDirection.
Left
) == GrowthDirection.None