2 types derived from InteropProperty
System.Workflow.Runtime (2)
System\Activities\Statements\Interop.cs (2)
1581class ArgumentProperty : InteropProperty 1641class LiteralProperty : InteropProperty
7 references to InteropProperty
System.Workflow.Runtime (7)
System\Activities\Statements\Interop.cs (7)
44IList<InteropProperty> exposedBodyProperties; 634this.exposedBodyProperties = new List<InteropProperty>(bodyProperties.Length); 638InteropProperty descriptor = new LiteralProperty(this, property.Name, property.PropertyType, newAttributes); 643InteropProperty inDescriptor; 655InteropProperty outDescriptor = new ArgumentProperty(this, property.Name + OutArgumentSuffix, Argument.Create(property.PropertyType, ArgumentDirection.Out), newAttributes); 715InteropProperty intProp = pd as InteropProperty;