2 overrides of Name
System.WorkflowServices (2)
System\Workflow\Activities\Design\TypedServiceOperationListItem.cs (1)
31public override string Name
System\Workflow\Activities\Design\WorkflowServiceOperationListItem.cs (1)
28public override string Name
5 writes to Name
System.WorkflowServices (5)
System\Workflow\Activities\Design\OperationPickerDialog.cs (2)
385operationItem.Name = operationInfo.Name; 393operationItem.Name = operationInfo.Name;
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (2)
347operationListItem.Name = this.operationNameTextBox.Text; 355operationListItem.Name = oldName;
System\Workflow\Activities\Design\ServiceOperationListItemList.cs (1)
22result.Name = name;
9 references to Name
System.WorkflowServices (9)
System\Workflow\Activities\Design\OperationPickerDialog.cs (2)
452string newOperationName = serviceOperationListItem.Name; 474if (foundOperation.Name.Equals(newOperationName))
System\Workflow\Activities\Design\ServiceContractListItem.cs (4)
69if (String.IsNullOrEmpty(operation.Name)) 73ServiceOperationListItem cachedItem = this.operations.Find(operation.Name); 117if (String.IsNullOrEmpty(operation.Name)) 121ServiceOperationListItem operationListItem = this.operations.Find(operation.Name);
System\Workflow\Activities\Design\ServiceOperationDetailViewControl.cs (1)
346string oldName = operationListItem.Name;
System\Workflow\Activities\Design\ServiceOperationListItemList.cs (1)
29return obj.Name;
System\Workflow\Activities\Design\ServiceOperationViewControl.cs (1)
31this.operationNameLabel.Text = listItem.Name;