3 references to ParameterBindingsProperty
System.Workflow.Activities (3)
InvokeMethodActivity.cs (3)
46
base.SetReadOnlyPropertyValue(
ParameterBindingsProperty
, new WorkflowParameterBindingCollection(this));
52
base.SetReadOnlyPropertyValue(
ParameterBindingsProperty
, new WorkflowParameterBindingCollection(this));
101
return base.GetValue(
ParameterBindingsProperty
) as WorkflowParameterBindingCollection;