1 write to realPropertyDescriptor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (1)
1492this.realPropertyDescriptor = desc;
8 references to realPropertyDescriptor
System.Workflow.ComponentModel (8)
AuthoringOM\Design\Dialogs\TypeBrowserDialog.cs (8)
1506return this.realPropertyDescriptor.Attributes; 1513return this.realPropertyDescriptor.Converter; 1520return this.realPropertyDescriptor.Description; 1527return this.realPropertyDescriptor.ComponentType; 1534return this.realPropertyDescriptor.PropertyType; 1546this.realPropertyDescriptor.ResetValue(component); 1550return this.realPropertyDescriptor.CanResetValue(component); 1554return this.realPropertyDescriptor.ShouldSerializeValue(component);