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