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