16 references to WorkflowParameterBindingCollection
System.Workflow.Activities (12)
EventSinkActivity.cs (2)
49
base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new
WorkflowParameterBindingCollection
(this));
55
base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new
WorkflowParameterBindingCollection
(this));
InvokeMethodActivity.cs (2)
46
base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new
WorkflowParameterBindingCollection
(this));
52
base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new
WorkflowParameterBindingCollection
(this));
InvokeSchedule.cs (2)
52
base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new
WorkflowParameterBindingCollection
(this));
59
base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new
WorkflowParameterBindingCollection
(this));
InvokeWebService.cs (2)
76
base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new
WorkflowParameterBindingCollection
(this));
82
base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new
WorkflowParameterBindingCollection
(this));
WebServiceReceive.cs (2)
53
base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new
WorkflowParameterBindingCollection
(this));
60
base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new
WorkflowParameterBindingCollection
(this));
WebServiceResponse.cs (2)
43
base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new
WorkflowParameterBindingCollection
(this));
50
base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new
WorkflowParameterBindingCollection
(this));
System.WorkflowServices (4)
System\Workflow\Activities\ReceiveActivity.cs (2)
121
new
WorkflowParameterBindingCollection
(this));
128
new
WorkflowParameterBindingCollection
(this));
System\Workflow\Activities\SendActivity.cs (2)
82
new
WorkflowParameterBindingCollection
(this));
89
new
WorkflowParameterBindingCollection
(this));