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