4 references to ActivityStateProperty
System.Workflow.Activities (4)
Listen.cs (4)
120
base.RemoveProperty(ListenActivity.
ActivityStateProperty
);
209
return (List<ListenEventActivitySubscriber>)base.GetValue(
ActivityStateProperty
);
214
base.RemoveProperty(
ActivityStateProperty
);
216
base.SetValue(
ActivityStateProperty
, value);