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