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