23 references to IMemberCreationService
System.Workflow.ComponentModel (23)
AuthoringOM\Design\CommandSet.cs (3)
717IMemberCreationService memberCreationService = rootComponent.Site.GetService(typeof(IMemberCreationService)) as IMemberCreationService;
AuthoringOM\Design\CustomActivityDesigner.cs (12)
290IMemberCreationService memberCreationService = serviceProvider.GetService(typeof(IMemberCreationService)) as IMemberCreationService; 292throw new InvalidOperationException(SR.GetString("General_MissingService", typeof(IMemberCreationService).FullName)); 530IMemberCreationService memberCreationService = serviceProvider.GetService(typeof(IMemberCreationService)) as IMemberCreationService; 532throw new Exception(SR.GetString(SR.General_MissingService, typeof(IMemberCreationService).FullName)); 571IMemberCreationService memberCreationService = serviceProvider.GetService(typeof(IMemberCreationService)) as IMemberCreationService; 573throw new Exception(SR.GetString(SR.General_MissingService, typeof(IMemberCreationService).FullName));
AuthoringOM\Design\PropertyDescriptors.cs (8)
106IMemberCreationService memberCreationService = activity.Site.GetService(typeof(IMemberCreationService)) as IMemberCreationService; 108throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IMemberCreationService).FullName)); 638IMemberCreationService memberCreationService = context.GetService(typeof(IMemberCreationService)) as IMemberCreationService; 642throw new InvalidOperationException(SR.GetString(SR.General_MissingService, typeof(IMemberCreationService).FullName));