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)
208protected override void OnLayoutPosition(ActivityDesignerLayoutEventArgs e)
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
431protected override void OnLayoutPosition(ActivityDesignerLayoutEventArgs e)
2 references to OnLayoutPosition
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ParallelActivityDesigner.cs (1)
213base.OnLayoutPosition(e);
AuthoringOM\Design\SequentialActivityDesigner.cs (1)
436base.OnLayoutPosition(e);