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