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