23 references to Interop
System.Workflow.Runtime (23)
System\Activities\Statements\Interop.cs (17)
233propertyInName = propertyInfo.Name + Interop.InArgumentSuffix; 240string propertyOutName = propertyInfo.Name + Interop.OutArgumentSuffix; 869DelegateInArgument<Interop> element = new DelegateInArgument<Interop>() { Name = "element" }; 879return new Constraint<Interop> 881Body = new ActivityAction<Interop, ValidationContext> 991public InArgument<Interop> Interop 999Interop interop = this.Interop.Get(context); 1111public InArgument<Interop> Interop 1131Interop activity = this.Interop.Get(context); 1159public InArgument<Interop> InteropActivity 1179Interop interop = this.InteropActivity.Get(context); 1523Interop owner; 1526public InteropProperty(Interop owner, string name, Attribute[] propertyInfoAttributes) 1542protected internal Interop Owner 1586public ArgumentProperty(Interop owner, string argumentName, Argument argument, Attribute[] attributes) 1646public LiteralProperty(Interop owner, string literalName, Type literalType, Attribute[] attributes)
System\Activities\Statements\InteropEnvironment.cs (3)
40BookmarkCallback bookmarkCallback, Interop activity, Transaction transaction) 52public Interop Activity { get; set; } 326if (propertyNames.Contains(propertyInfo.Name + Interop.OutArgumentSuffix))
System\Activities\Statements\InteropExecutor.cs (3)
362internal void EnsureReload(Interop activity) 468int suffixLength = Interop.InArgumentSuffix.Length; 513this.outputs.Add(property.Name + Interop.OutArgumentSuffix, property.GetValue(this.rootActivity, null));