7 references to None
System.Windows.Forms (7)
System\Windows\Forms\Layout\DefaultLayout.cs (7)
86if ((direction & GrowthDirection.Left) != GrowthDirection.None) 92if ((direction & GrowthDirection.Upward) != GrowthDirection.None) 111GrowthDirection growthDirection = GrowthDirection.None; 137Debug.Assert((growthDirection & GrowthDirection.Left) == GrowthDirection.None 138|| (growthDirection & GrowthDirection.Right) == GrowthDirection.None, 140Debug.Assert((growthDirection & GrowthDirection.Upward) == GrowthDirection.None 141|| (growthDirection & GrowthDirection.Downward) == GrowthDirection.None,