9 references to DefaultStateDesignerAutoLayoutDistance
System.Workflow.Activities (9)
Designers\StateDesigner.cs (6)
1413
int minimumY = _eventHandlersLayout.Bounds.Bottom +
DefaultStateDesignerAutoLayoutDistance
;
1456
stateDesigner.Location = new Point(location.X, location.Y + moveBounds.Height +
DefaultStateDesignerAutoLayoutDistance
- freeSpaceHeight);
1463
Size newSize = new Size(this.Size.Width, this.Size.Height + ((maximumY +
DefaultStateDesignerAutoLayoutDistance
) - this.Bounds.Bottom));
1473
int maximumY = _eventHandlersLayout.Bounds.Bottom +
DefaultStateDesignerAutoLayoutDistance
;
1482
int x = this.Location.X +
DefaultStateDesignerAutoLayoutDistance
;
1485
maximumY = stateDesigner.Bounds.Bottom +
DefaultStateDesignerAutoLayoutDistance
;
Designers\StateDesigner.Layouts.cs (3)
1144
DefaultStateDesignerAutoLayoutDistance
;
1160
maximumY += designer.Size.Height +
DefaultStateDesignerAutoLayoutDistance
;
1166
maximumY +=
DefaultStateDesignerAutoLayoutDistance
* 2;