1 write to activityProperty
System.Activities (1)
System\Activities\DynamicActivityTypeDescriptor.cs (1)
153this.activityProperty = activityProperty;
6 references to activityProperty
System.Activities (6)
System\Activities\DynamicActivityTypeDescriptor.cs (6)
172Collection<Attribute> propertyAttributes = this.activityProperty.Attributes; 195return this.activityProperty.Type; 202if (owner == null || !owner.Properties.Contains(this.activityProperty)) 207return this.activityProperty.Value; 213if (owner == null || !owner.Properties.Contains(this.activityProperty)) 218this.activityProperty.Value = value;