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