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