8 references to AssociatedDesigner
System.Workflow.ComponentModel (8)
AuthoringOM\Design\SequentialWorkflowHeaderFooter.cs (3)
71AssociatedDesigner.InternalPerformLayout(); 92AssociatedDesigner.InternalPerformLayout(); 212using (Font font = new Font(e.DesignerTheme.Font.FontFamily, e.DesignerTheme.Font.SizeInPoints + 1.0f, (this.AssociatedDesigner.SmartTagVisible) ? FontStyle.Bold : FontStyle.Regular))
AuthoringOM\Design\SequentialWorkflowRootDesigner.cs (5)
368ActivityDesignerTheme designerTheme = AssociatedDesigner.DesignerTheme; 400headerBarRectangle.Location = AssociatedDesigner.Location; 401headerBarRectangle.Width = AssociatedDesigner.Size.Width; 432SequentialWorkflowRootDesigner rootDesigner = AssociatedDesigner as SequentialWorkflowRootDesigner; 452SequentialWorkflowRootDesigner rootDesigner = AssociatedDesigner as SequentialWorkflowRootDesigner;