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