1 write to propertyDescriptor
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ComponentSerializationService.cs (1)
463
this.
propertyDescriptor
= propertyDescriptor;
3 references to propertyDescriptor
System.Workflow.ComponentModel (3)
AuthoringOM\Design\ComponentSerializationService.cs (3)
483
PropertyDescriptor propertyDesc = this.
propertyDescriptor
;
498
else if (this.
propertyDescriptor
!= null)
500
properties.Add(new PropertySegmentPropertyInfo(this, this.
propertyDescriptor
));