3 references to HostObject
System.Workflow.ComponentModel (3)
AuthoringOM\Compiler\CompileXomlTask.cs (3)
427IWorkflowBuildHostProperties workflowBuildHostProperty = this.HostObject as IWorkflowBuildHostProperties; 440if (this.HostObject is IOleServiceProvider) 442externalServiceProvider = new ServiceProvider(this.HostObject as IOleServiceProvider);