1 write to realPropDesc
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ComponentSerializationService.cs (1)
608
this.
realPropDesc
= realPropDesc;
11 references to realPropDesc
System.Workflow.ComponentModel (11)
AuthoringOM\Design\ComponentSerializationService.cs (11)
628
else if (this.
realPropDesc
!= null)
629
return this.
realPropDesc
.PropertyType;
669
else if (this.
realPropDesc
!= null)
670
value = this.
realPropDesc
.GetValue(targetObj);
701
DummyTypeDescriptorContext dummyContext = new DummyTypeDescriptorContext(propertySegment.ServiceProvider, propertySegment.Object, this.
realPropDesc
);
794
else if (this.
realPropDesc
!= null)
795
return !(this.
realPropDesc
.IsReadOnly);
806
else if (this.
realPropDesc
!= null)
807
return this.
realPropDesc
.Name;
818
else if (this.
realPropDesc
!= null)
819
return this.
realPropDesc
.ComponentType;