1 write to property
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (1)
225
this.
property
= property;
8 references to property
System.Workflow.ComponentModel (8)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (8)
252
return this.
property
.declaringType;
259
return this.
property
.declaringType;
291
return ((DesignTimeType)this.DeclaringType).ResolveType(DesignTimeType.GetTypeNameFromCodeTypeReference(this.
property
.CodeMemberProperty.Type, ((DesignTimeType)this.DeclaringType)));
315
CodeParameterDeclarationExpressionCollection parameters = this.
property
.CodeMemberProperty.Parameters;
320
paramArray[index] = new DesignTimeParameterInfo(parameters[index], index, this.
property
);
324
CodeParameterDeclarationExpression valueParameter = new CodeParameterDeclarationExpression(this.
property
.CodeMemberProperty.Type.BaseType, "value");
326
paramArray[parameters.Count] = new DesignTimeParameterInfo(valueParameter, 0, this.
property
);
350
return (Helper.ConvertToMethodAttributes(this.
property
.CodeMemberProperty.Attributes) |