8 references to AssociatedDesigner
System.Workflow.ComponentModel (8)
AuthoringOM\Design\SequentialWorkflowHeaderFooter.cs (3)
71
AssociatedDesigner
.InternalPerformLayout();
92
AssociatedDesigner
.InternalPerformLayout();
212
using (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)
368
ActivityDesignerTheme designerTheme =
AssociatedDesigner
.DesignerTheme;
400
headerBarRectangle.Location =
AssociatedDesigner
.Location;
401
headerBarRectangle.Width =
AssociatedDesigner
.Size.Width;
432
SequentialWorkflowRootDesigner rootDesigner =
AssociatedDesigner
as SequentialWorkflowRootDesigner;
452
SequentialWorkflowRootDesigner rootDesigner =
AssociatedDesigner
as SequentialWorkflowRootDesigner;