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