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