3 references to Upward
System.Windows.Forms (3)
System\Windows\Forms\Layout\DefaultLayout.cs (3)
93if ((direction & GrowthDirection.Upward) != GrowthDirection.None) 130growthDirection |= GrowthDirection.Upward; 141Debug.Assert((growthDirection & GrowthDirection.Upward) == GrowthDirection.None