6 references to ParameterType
System.Workflow.Activities (6)
Common\BasePropertyDescriptor.cs (1)
444Type propertyType = ParameterType;
EventSinkActivity.cs (1)
430return descriptor.ParameterType;
InvokeMethodActivity.cs (1)
235return descriptor.ParameterType;
InvokeWebService.cs (1)
366return descriptor.ParameterType;
WebServiceReceive.cs (1)
427return descriptor.ParameterType;
WebServiceResponse.cs (1)
233return descriptor.ParameterType;