3 references to ParameterBindingsProperty
System.Workflow.Activities (3)
EventSinkActivity.cs (3)
49base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new WorkflowParameterBindingCollection(this)); 55base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new WorkflowParameterBindingCollection(this)); 104return base.GetValue(ParameterBindingsProperty) as WorkflowParameterBindingCollection;