1 write to nameColumn
System.WorkflowServices (1)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
613
nameColumn
= new DataGridViewTextBoxColumn();
13 references to nameColumn
System.WorkflowServices (13)
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (13)
167
this.parametersGrid.CurrentCell = this.parametersGrid.Rows[this.parametersGrid.Rows.Count - 2].Cells[this.
nameColumn
.Index];
298
this.parametersGrid.CurrentCell = currentRow.Cells[this.
nameColumn
.Index];
313
this.parametersGrid.CurrentCell = currentRow.Cells[this.
nameColumn
.Index];
365
if (e.ColumnIndex == this.
nameColumn
.Index)
372
if (typeof(void).ToString().Equals(e.FormattedValue) && !(this.parametersGrid.Rows[e.RowIndex].Cells[this.
nameColumn
.Index].Value.Equals(SR2.GetString(SR2.ReturnValueString))))
413
if (!this.parametersGrid.Rows[this.parametersGrid.RowCount - 1].Cells[this.
nameColumn
.Index].Value.Equals(this.ParameterTemplateRowName))
533
returnValueRow.Cells[this.
nameColumn
.Index].ReadOnly = true;
614
nameColumn
.HeaderText = SR2.GetString(SR2.ParameterColumnHeaderName);
615
nameColumn
.Name = "Name";
616
nameColumn
.SortMode = DataGridViewColumnSortMode.NotSortable;
617
this.parametersGrid.Columns.Add(
nameColumn
);
704
string name = row.Cells[this.
nameColumn
.Index].Value as string;
767
if (parameterName.Equals(row.Cells[this.
nameColumn
.Index].Value.ToString()))