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