Base:
method
OnLayoutPosition
System.Workflow.ComponentModel.Design.CompositeActivityDesigner.OnLayoutPosition(System.Workflow.ComponentModel.Design.ActivityDesignerLayoutEventArgs)
2 overrides of OnLayoutPosition
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ParallelActivityDesigner.cs (1)
208
protected override void
OnLayoutPosition
(ActivityDesignerLayoutEventArgs e)
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
431
protected override void
OnLayoutPosition
(ActivityDesignerLayoutEventArgs e)
2 references to OnLayoutPosition
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ParallelActivityDesigner.cs (1)
213
base.
OnLayoutPosition
(e);
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
436
base.
OnLayoutPosition
(e);