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