1 write to itemProperty
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (1)
21this.itemProperty = itemProperty;
13 references to itemProperty
System.Data (13)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (13)
26get { return this.itemProperty.Attributes; } 40IModelTreeItem propertyParent = this.itemProperty.Parent as IModelTreeItem; 51get { return this.itemProperty.IsBrowsable; } 57get { return this.itemProperty.Parent.ItemType; } 62get { return this.itemProperty.IsReadOnly; } 71return this.itemProperty.PropertyType; 83return this.itemProperty.IsSet; 100ModelItem value = this.itemProperty.Value; 115this.itemProperty.ClearValue(); 124this.itemProperty.SetValue(value); 134if (this.itemProperty.IsSet) 136ModelPropertyImpl modelProp = this.itemProperty as ModelPropertyImpl; 139return modelProp.PropertyDescriptor.ShouldSerializeValue(this.itemProperty.Parent.GetCurrentValue());