4 writes to fitAllAction
System.Workflow.ComponentModel (4)
AuthoringOM\Design\WorkflowView.cs (4)
193this.fitAllAction = CreateDynamicAction(); 268this.fitAllAction = null; 596this.fitAllAction = CreateDynamicAction(); 603this.fitAllAction = null;
15 references to fitAllAction
System.Workflow.ComponentModel (15)
AuthoringOM\Design\WorkflowView.cs (15)
265if (this.fitAllAction != null) 267this.fitAllAction.Dispose(); 585return (this.fitAllAction != null); 595if (this.fitAllAction == null) 600if (this.fitAllAction != null) 602this.fitAllAction.Dispose(); 1860if (dynamicActionFilter == null || this.fitAllAction == null) 1866this.fitAllAction.Buttons[0].Description = DR.GetString(DR.FitToScreenDescription); 1867this.fitAllAction.Buttons[0].StateImages = new Bitmap[] { DR.GetImage(DR.FitToScreen) as Bitmap }; 1868dynamicActionFilter.AddAction(this.fitAllAction); 1873this.fitAllAction.Buttons[0].Description = DR.GetString(DR.FitToWorkflowDescription); 1874this.fitAllAction.Buttons[0].StateImages = new Bitmap[] { DR.GetImage(DR.FitToWorkflow) as Bitmap }; 1875dynamicActionFilter.AddAction(this.fitAllAction); 1880dynamicActionFilter.RemoveAction(this.fitAllAction); 1881this.fitAllAction.Buttons[0].State = ActionButton.States.Normal;