2 references to UseSynchronizationContextProperty
System.WorkflowServices (2)
System\Workflow\Activities\WorkflowServiceAttributes.cs (2)
124
get { return (bool) this.GetValue(WorkflowServiceAttributes.
UseSynchronizationContextProperty
); }
125
set { this.SetValue(WorkflowServiceAttributes.
UseSynchronizationContextProperty
, value); }