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