1 write to declaringType
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (1)
28this.declaringType = declaringType;
6 references to declaringType
System.Workflow.ComponentModel (6)
AuthoringOM\Compiler\TypeSystem\PropertyInfo.cs (6)
47return declaringType.ResolveType(DesignTimeType.GetTypeNameFromCodeTypeReference(this.property.Type, declaringType)); 166return this.declaringType; 173return this.declaringType; 252return this.property.declaringType; 259return this.property.declaringType;