5 references to ParameterTemplateRowName
System.WorkflowServices (5)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (5)
96this.parametersGrid.Rows.Add(this.ParameterTemplateRowName, null, null); 413if (!this.parametersGrid.Rows[this.parametersGrid.RowCount - 1].Cells[this.nameColumn.Index].Value.Equals(this.ParameterTemplateRowName)) 419this.parametersGrid.Rows.Add(this.ParameterTemplateRowName, null, null); 707if (string.IsNullOrEmpty(name) || name.Equals(this.ParameterTemplateRowName)) 773if (parameterName.Equals(this.ParameterTemplateRowName) && (e.RowIndex == this.parametersGrid.Rows.Count - 1))