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