2 overrides of Update
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowLayouts.cs (2)
125
public override void
Update
(Graphics graphics, LayoutUpdateReason reason)
711
public override void
Update
(Graphics graphics, LayoutUpdateReason reason)
2 references to Update
System.Workflow.ComponentModel (2)
AuthoringOM\Design\WorkflowView.cs (2)
368
this.activeLayout.
Update
(null, WorkflowLayout.LayoutUpdateReason.ZoomChanged);
1293
this.activeLayout.
Update
(graphics, WorkflowLayout.LayoutUpdateReason.LayoutChanged);