1 write to descriptorData
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
603
this.
descriptorData
= descriptorData;
11 references to descriptorData
System.Data (11)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (11)
604
this.validationErrorPropertyName = (null != this.
descriptorData
.PropertyValidator ?
605
string.Format(CultureInfo.InvariantCulture, "{0}{1}", this.
descriptorData
.PropertyName, DesignObjectWrapper.ValidationErrorSuffix) :
611
return null != this.
descriptorData
.PropertySetter;
616
get { return this.
descriptorData
.OwnerType; }
622
return !instance.isDisposed ? this.
descriptorData
.PropertyGetter(instance) : null;
627
get { return null == this.
descriptorData
.PropertySetter; }
632
get { return this.
descriptorData
.PropertyType; }
638
this.
descriptorData
.PropertySetter(instance, null);
648
if (null != this.
descriptorData
.PropertyValidator)
655
if (!this.
descriptorData
.PropertyValidator(instance, value, errors))
697
this.
descriptorData
.PropertySetter(instance, value);