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