6 references to LayoutUpdateReason
System.Workflow.ComponentModel (6)
AuthoringOM\Design\WorkflowLayouts.cs (4)
55public abstract void Update(Graphics graphics, LayoutUpdateReason reason); 125public override void Update(Graphics graphics, LayoutUpdateReason reason) 711public override void Update(Graphics graphics, LayoutUpdateReason reason) 714if (reason == LayoutUpdateReason.ZoomChanged)
AuthoringOM\Design\WorkflowView.cs (2)
368this.activeLayout.Update(null, WorkflowLayout.LayoutUpdateReason.ZoomChanged); 1293this.activeLayout.Update(graphics, WorkflowLayout.LayoutUpdateReason.LayoutChanged);