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