22 references to SetReadOnlyPropertyValue
System.Workflow.Activities (12)
EventSinkActivity.cs (2)
49base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new WorkflowParameterBindingCollection(this)); 55base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new WorkflowParameterBindingCollection(this));
InvokeMethodActivity.cs (2)
46base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new WorkflowParameterBindingCollection(this)); 52base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new WorkflowParameterBindingCollection(this));
InvokeSchedule.cs (2)
52base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new WorkflowParameterBindingCollection(this)); 59base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new WorkflowParameterBindingCollection(this));
InvokeWebService.cs (2)
76base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new WorkflowParameterBindingCollection(this)); 82base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new WorkflowParameterBindingCollection(this));
WebServiceReceive.cs (2)
53base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new WorkflowParameterBindingCollection(this)); 60base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new WorkflowParameterBindingCollection(this));
WebServiceResponse.cs (2)
43base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new WorkflowParameterBindingCollection(this)); 50base.SetReadOnlyPropertyValue(ParameterBindingsProperty, new WorkflowParameterBindingCollection(this));
System.Workflow.ComponentModel (5)
AuthoringOM\Activity.cs (2)
1398SetReadOnlyPropertyValue(QualifiedNameProperty, this.QualifiedName); 1399SetReadOnlyPropertyValue(DottedPathProperty, this.DottedPath);
AuthoringOM\DependencyObject.cs (3)
37SetReadOnlyPropertyValue(ReadonlyProperty, false); 40SetReadOnlyPropertyValue(UserDataProperty, Hashtable.Synchronized(new Hashtable())); 76SetReadOnlyPropertyValue(ReadonlyProperty, value);
System.WorkflowServices (5)
System\Workflow\Activities\OperationInfo.cs (1)
51this.SetReadOnlyPropertyValue(OperationInfo.ParametersProperty,
System\Workflow\Activities\ReceiveActivity.cs (2)
120base.SetReadOnlyPropertyValue(ReceiveActivity.ParameterBindingsProperty, 127base.SetReadOnlyPropertyValue(ReceiveActivity.ParameterBindingsProperty,
System\Workflow\Activities\SendActivity.cs (2)
81base.SetReadOnlyPropertyValue(SendActivity.ParameterBindingsProperty, 88base.SetReadOnlyPropertyValue(SendActivity.ParameterBindingsProperty,