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