1 write to property
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (1)
27
this.
property
= property;
7 references to property
System.Workflow.ComponentModel (7)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (7)
37
return this.
property
;
47
return declaringType.ResolveType(DesignTimeType.GetTypeNameFromCodeTypeReference(this.
property
.Type, declaringType));
141
return this.
property
.HasGet;
148
return this.
property
.HasSet;
159
return Helper.EnsureTypeName(this.
property
.Name);
192
this.attributes = Helper.LoadCustomAttributes(this.
property
.CustomAttributes, this.DeclaringType as DesignTimeType);
203
this.attributes = Helper.LoadCustomAttributes(this.
property
.CustomAttributes, this.DeclaringType as DesignTimeType);