4 references to EventDrivenPadding
System.Workflow.Activities (4)
Designers\StateDesigner.Layouts.cs (4)
647int maxEventDrivenWidth = newSize.Width - (EventDrivenPadding * 2); 673minimumSize.Height += EventDrivenPadding; 686int x = Location.X + EventDrivenPadding; 687int y = Location.Y + EventDrivenPadding;