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