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