1 write to AttachedProperty
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyDescriptor.cs (1)
22
this.
AttachedProperty
= AttachedProperty;
6 references to AttachedProperty
System.Data (6)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyDescriptor.cs (6)
50
return this.
AttachedProperty
.IsReadOnly;
58
return this.
AttachedProperty
.Type;
66
return this.
AttachedProperty
.IsBrowsable;
77
return this.
AttachedProperty
.GetValue(owner);
82
this.
AttachedProperty
.ResetValue(owner);
87
this.
AttachedProperty
.SetValue(owner, value);