3 references to Upward
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (3)
86if((direction & GrowthDirection.Upward) != GrowthDirection.None) { 114growthDirection |= GrowthDirection.Upward; 123Debug.Assert((growthDirection & GrowthDirection.Upward) == GrowthDirection.None