2 overrides of CreateObject
System.WorkflowServices (2)
System\Workflow\Activities\Design\ServiceContractListItemList.cs (1)
28protected override ServiceContractListItem CreateObject(string name)
System\Workflow\Activities\Design\ServiceOperationListItemList.cs (1)
19protected override ServiceOperationListItem CreateObject(string name)
1 reference to CreateObject
System.WorkflowServices (1)
System\Workflow\Activities\Design\NamedObjectList.cs (1)
25return this.CreateObject(generatedName);