1 write to activityDesigner
System.Workflow.ComponentModel (1)
AuthoringOM\Design\DesignerInterfaces.cs (1)
602this.activityDesigner = designer;
6 references to activityDesigner
System.Workflow.ComponentModel (6)
AuthoringOM\Design\DesignerInterfaces.cs (6)
614return this.activityDesigner; 638if (this.activityDesigner != null) 639return this.activityDesigner.Bounds; 653if (this.activityDesigner != null) 654return this.activityDesigner.Activity; 680CompositeActivity compositeActivity = this.activityDesigner.Activity as CompositeActivity;