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