7 references to None
System.Windows.Forms (7)
System\Windows\Forms\Layout\DefaultLayout.cs (7)
87if ((direction & GrowthDirection.Left) != GrowthDirection.None) 93if ((direction & GrowthDirection.Upward) != GrowthDirection.None) 112GrowthDirection growthDirection = GrowthDirection.None; 138Debug.Assert((growthDirection & GrowthDirection.Left) == GrowthDirection.None 139|| (growthDirection & GrowthDirection.Right) == GrowthDirection.None, 141Debug.Assert((growthDirection & GrowthDirection.Upward) == GrowthDirection.None 142|| (growthDirection & GrowthDirection.Downward) == GrowthDirection.None,