1 write to AttachedProperty
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyDescriptor.cs (1)
22this.AttachedProperty = AttachedProperty;
6 references to AttachedProperty
System.Activities.Presentation (6)
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);