1 write to owner
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyDescriptor.cs (1)
23this.owner = owner;
4 references to owner
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyDescriptor.cs (4)
43get { return this.owner.ItemType; } 77return this.AttachedProperty.GetValue(owner); 82this.AttachedProperty.ResetValue(owner); 87this.AttachedProperty.SetValue(owner, value);