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