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