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