1 implementation of EnsureUniqueIdentifiers
System.Workflow.ComponentModel (1)
AuthoringOM\Design\IdentifierCreationService.cs (1)
106void IIdentifierCreationService.EnsureUniqueIdentifiers(CompositeActivity parentActivity, ICollection childActivities)
3 references to EnsureUniqueIdentifiers
System.Workflow.ComponentModel (3)
AuthoringOM\Design\CompositeActivityDesigner.cs (2)
823identifierCreationService.EnsureUniqueIdentifiers(compositeActivity, activitiesToInsert); 931identifierCreationService.EnsureUniqueIdentifiers(compositeActivity, new Activity[] { activity });
AuthoringOM\Design\CustomActivityDesigner.cs (1)
191identifierCreationService.EnsureUniqueIdentifiers(rootActivity, activities);