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