2 writes to activeDesigner
System.Workflow.ComponentModel (2)
AuthoringOM\Design\ActivityDesigner.cs (2)
3117
this.
activeDesigner
= designer;
3120
this.
activeDesigner
= null;
3 references to activeDesigner
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ActivityDesigner.cs (3)
3070
if (this.
activeDesigner
!= null)
3119
this.
activeDesigner
.OnShowSmartTagVerbs(new Point(bounds.Left, bounds.Bottom + 1));
3128
return this.
activeDesigner
;