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