2 references to ContextTokenProperty
System.WorkflowServices (2)
System\Workflow\Activities\ReceiveActivity.cs (2)
187
return base.GetValue(
ContextTokenProperty
) as ContextToken;
191
base.SetValue(
ContextTokenProperty
, value);