2 implementations of ISupportInterop
System.Workflow.Runtime (2)
System\Activities\Statements\InteropExecutor.cs (1)
20
class InteropExecutor : IWorkflowCoreRuntime,
ISupportInterop
WorkflowExecutor.cs (1)
26
internal sealed class WorkflowExecutor : IWorkflowCoreRuntime, IServiceProvider,
ISupportInterop
2 references to ISupportInterop
System.Workflow.Runtime (2)
WorkflowExecutor.cs (2)
3152
ISupportInterop
interopSupport = null;
3156
interopSupport = workflowExecutor as
ISupportInterop
;