1 write to serviceProvider
System.Workflow.Activities (1)
Rules\Design\Dialogs\RenameRuleObjectDialog.cs (1)
35this.serviceProvider = serviceProvider;
3 references to serviceProvider
System.Workflow.Activities (3)
Rules\Design\Dialogs\RenameRuleObjectDialog.cs (3)
48IUIService uisvc = (IUIService)this.serviceProvider.GetService(typeof(IUIService)); 75IUIService uisvc = (IUIService)this.serviceProvider.GetService(typeof(IUIService)); 86IUIService uisvc = (IUIService)this.serviceProvider.GetService(typeof(IUIService));