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