1 write to context
System.Workflow.ComponentModel (1)
AuthoringOM\Design\PropertyDescriptors.cs (1)
721this.context = context;
2 references to context
System.Workflow.ComponentModel (2)
AuthoringOM\Design\PropertyDescriptors.cs (2)
730Activity activity = PropertyDescriptorUtils.GetComponent(this.context) as Activity; 744Activity activity = PropertyDescriptorUtils.GetComponent(this.context) as Activity;