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