7 references to None
System.Windows.Forms (7)
winforms\Managed\System\WinForms\Layout\DockAndAnchorLayout.cs (7)
81if((direction & GrowthDirection.Left) != GrowthDirection.None) { 86if((direction & GrowthDirection.Upward) != GrowthDirection.None) { 100GrowthDirection growthDirection = GrowthDirection.None; 120Debug.Assert((growthDirection & GrowthDirection.Left) == GrowthDirection.None 121|| (growthDirection & GrowthDirection.Right) == GrowthDirection.None, 123Debug.Assert((growthDirection & GrowthDirection.Upward) == GrowthDirection.None 124|| (growthDirection & GrowthDirection.Downward) == GrowthDirection.None,