3 references to Add
System.WorkflowServices (3)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (3)
96
this.parametersGrid.Rows.
Add
(this.ParameterTemplateRowName, null, null);
419
this.parametersGrid.Rows.
Add
(this.ParameterTemplateRowName, null, null);
526
this.parametersGrid.Rows.
Add
(new object[] { paramName, paramType, direction });