2 writes to ActivityType
System.Workflow.ComponentModel (2)
AuthoringOM\Compiler\XomlCompilerHelpers.cs (2)
139
Activity.
ActivityType
= type;
144
Activity.
ActivityType
= null;
2 references to ActivityType
System.Workflow.ComponentModel (2)
AuthoringOM\Activity.cs (2)
2332
if (this.DesignMode && Activity.
ActivityType
!= null && this.GetType() == Activity.
ActivityType
)