1 write to activity
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ActivityDesigner.cs (1)
2315this.activity = component as Activity;
7 references to activity
System.Workflow.ComponentModel (7)
AuthoringOM\Design\ActivityDesigner.cs (7)
107return this.activity; 1318if (this.activity != null && this.activity.Site != null) 1319return this.activity.Site.GetService(serviceType); 2291return this.activity as IComponent; 2316if (this.activity == null) 2319Initialize(this.activity);