1 override of SetValue
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Model\AttachedProperty.cs (1)
102public override void SetValue(ModelItem modelItem, object Value)
2 references to SetValue
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Model\AttachedPropertyDescriptor.cs (1)
87this.AttachedProperty.SetValue(owner, value);
System.Activities.Presentation\System\Activities\Presentation\ViewStateAttachedPropertyFeature.cs (1)
83attachedProperties[e.Key].SetValue(e.ParentModelItem, e.NewValue);