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