1 write to realPropertyDescriptor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\PropertyDescriptors.cs (1)
864this.realPropertyDescriptor = descriptor;
9 references to realPropertyDescriptor
System.Workflow.ComponentModel (9)
AuthoringOM\Design\PropertyDescriptors.cs (9)
871return this.realPropertyDescriptor.Category; 879foreach (Attribute attribute in this.realPropertyDescriptor.Attributes) 894return this.realPropertyDescriptor.Converter; 901return this.realPropertyDescriptor.Description; 908return this.realPropertyDescriptor.ComponentType; 915return this.realPropertyDescriptor.PropertyType; 927this.realPropertyDescriptor.ResetValue(component); 935return this.realPropertyDescriptor.ShouldSerializeValue(component); 939return this.realPropertyDescriptor.GetValue(component);