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