6 writes to Name
System.WorkflowServices (6)
System\Workflow\Activities\Design\OperationPickerDialog.cs (3)
86
serviceContract.
Name
= contractName;
106
serviceContract.
Name
= workflowOperationInfo.ContractName;
232
contractItem.
Name
= typeBrowserDialog.SelectedType.FullName;
System\Workflow\Activities\Design\ServiceContractDetailViewControl.cs (2)
55
contractListItem.
Name
= this.contractNameTextBox.Text;
63
contractListItem.
Name
= oldName;
System\Workflow\Activities\Design\ServiceContractListItemList.cs (1)
31
result.
Name
= name;
12 references to Name
System.WorkflowServices (12)
System\Workflow\Activities\Design\OperationPickerDialog.cs (4)
152
String key = serviceContractListItem.
Name
;
404
if (string.IsNullOrEmpty(serviceContractListItem.
Name
))
426
if (foundContract.
Name
.Equals(serviceContractListItem.
Name
))
System\Workflow\Activities\Design\ServiceContractDetailViewControl.cs (3)
26
contractNameTextBox.Text = listItem.
Name
;
54
string oldName = contractListItem.
Name
;
75
workflowOperationListItem.Operation.ContractName = listItem.
Name
;
System\Workflow\Activities\Design\ServiceContractListItem.cs (2)
100
result.Operation.ContractName = this.
Name
;
129
return
Name
;
System\Workflow\Activities\Design\ServiceContractListItemList.cs (1)
38
return obj.
Name
;
System\Workflow\Activities\Design\ServiceContractViewControl.cs (2)
34
if (!string.IsNullOrEmpty(listItem.
Name
))
36
this.contractNameLabel.Text = listItem.
Name
;