7 references to PropertyDescriptor
System.Data (7)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\FakeModelPropertyImpl.cs (2)
57
result = this.StoreValue(this.
PropertyDescriptor
.GetValue(parentObject));
89
this.
PropertyDescriptor
.SetValue(this.Parent.GetCurrentValue(), (null != this.temporaryValue ? this.temporaryValue.GetCurrentValue() : null));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyDescriptor.cs (1)
139
return modelProp.
PropertyDescriptor
.ShouldSerializeValue(this.itemProperty.Parent.GetCurrentValue());
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (1)
230
this.
PropertyDescriptor
.SetValue(this.Parent.GetCurrentValue(), newValueInstance);
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (1)
578
value = WrapAsModelItem(dataModelProperty.
PropertyDescriptor
.GetValue(parent.ModelItem.GetCurrentValue()));
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VisualBasicEditor.xaml.cs (2)
1331
this.expressionConverter = ((ModelPropertyImpl)this.expressionModelProperty).
PropertyDescriptor
.Converter;
1919
PropertyDescriptor = (null != etb.expressionModelProperty ? ((ModelPropertyImpl)etb.expressionModelProperty).
PropertyDescriptor
: null),