1 write to property
System.Workflow.ComponentModel (1)
AuthoringOM\Design\ComponentSerializationService.cs (1)
456this.property = property;
4 references to property
System.Workflow.ComponentModel (4)
AuthoringOM\Design\ComponentSerializationService.cs (4)
484if (propertyDesc == null && this.obj != null && this.property != null) 485propertyDesc = TypeDescriptor.GetProperties(this.obj)[this.property.Name]; 494if (this.property != null) 496properties.Add(new PropertySegmentPropertyInfo(this, this.property));