1 write to serviceProvider
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (1)
54this.serviceProvider = serviceProvider;
17 references to serviceProvider
System.Workflow.ComponentModel (17)
AuthoringOM\Design\Dialogs\ActivityBindForm.cs (17)
62IUIService uisvc = (IUIService)this.serviceProvider.GetService(typeof(IUIService)); 148this.boundType = PropertyDescriptorUtils.GetBaseType(this.context.PropertyDescriptor, PropertyDescriptorUtils.GetComponent(context), serviceProvider); 153ITypeProvider typeProvider = this.serviceProvider.GetService(typeof(ITypeProvider)) as ITypeProvider; 162this.workflowOutline = new ActivityBindFormWorkflowOutline(this.serviceProvider, this); 204this.memberNameTextBox.Text = DesignerHelpers.GenerateUniqueIdentifier(this.serviceProvider, activity.Name + "_" + context.PropertyDescriptor.Name, customPropertyNames.ToArray()); 238DesignerHelpers.ShowError(this.serviceProvider, message); 244ITypeProvider typeProvider = this.serviceProvider.GetService(typeof(ITypeProvider)) as ITypeProvider; 254DesignerHelpers.ShowError(this.serviceProvider, message); 265DesignerHelpers.ShowError(this.serviceProvider, SR.GetString(SR.Error_BindDialogCanNotBindToItself)); 274ValidationManager manager = new ValidationManager(this.serviceProvider); 293DesignerHelpers.ShowError(this.serviceProvider, message); 413IDesignerHost designerHost = this.serviceProvider.GetService(typeof(IDesignerHost)) as IDesignerHost; 414WorkflowDesignerLoader loader = this.serviceProvider.GetService(typeof(WorkflowDesignerLoader)) as WorkflowDesignerLoader; 417ITypeProvider typeProvider = this.serviceProvider.GetService(typeof(ITypeProvider)) as ITypeProvider; 443DesignerHelpers.ShowHelpFromKeyword(this.serviceProvider, typeof(ActivityBindForm).FullName + ".UI"); 598ITypeProvider typeProvider = this.serviceProvider.GetService(typeof(ITypeProvider)) as ITypeProvider; 1026DesignerHelpers.ShowError(this.parent.serviceProvider, string.Format(CultureInfo.CurrentCulture, this.parent.IncorrectIndexChange, newLabel));