6 overrides of OnLayoutPosition
System.Workflow.Activities (6)
Designers\StateDesigner.Layouts.cs (6)
458
public override void
OnLayoutPosition
(Graphics graphics, ActivityDesignerTheme designerTheme, AmbientTheme ambientTheme)
683
public override void
OnLayoutPosition
(Graphics graphics, ActivityDesignerTheme designerTheme, AmbientTheme ambientTheme)
781
public override void
OnLayoutPosition
(Graphics graphics, ActivityDesignerTheme designerTheme, AmbientTheme ambientTheme)
979
public override void
OnLayoutPosition
(Graphics graphics, ActivityDesignerTheme designerTheme, AmbientTheme ambientTheme)
1177
public override void
OnLayoutPosition
(Graphics graphics, ActivityDesignerTheme designerTheme, AmbientTheme ambientTheme)
1356
public override void
OnLayoutPosition
(Graphics graphics, ActivityDesignerTheme designerTheme, AmbientTheme ambientTheme)
4 references to OnLayoutPosition
System.Workflow.Activities (4)
Designers\StateDesigner.cs (1)
1378
this.RootDesignerLayout.
OnLayoutPosition
(graphics, designerTheme, ambientTheme);
Designers\StateDesigner.Layouts.cs (3)
460
base.
OnLayoutPosition
(graphics, designerTheme, ambientTheme);
694
layout.
OnLayoutPosition
(graphics, designerTheme, ambientTheme);
787
layout.
OnLayoutPosition
(graphics, designerTheme, ambientTheme);