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