3 writes to Owner
System.Activities.Presentation (3)
System.Activities.Presentation\System\Activities\Presentation\Model\ModelTreeManager.cs (2)
229Owner = modelProperty.Parent, 635Owner = modelProperty.Parent,
System.Activities.Presentation\System\Activities\Presentation\Model\PropertyChange.cs (1)
57Owner = this.Owner,
4 references to Owner
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Model\PropertyChange.cs (4)
37Fx.Assert(this.Owner != null, "Owner modelitem cannot be null"); 39ModelPropertyImpl dataModelProperty = (ModelPropertyImpl)this.Owner.Properties[this.PropertyName]; 47ModelChangeInfo changeInfo = ModelChangeInfoImpl.CreatePropertyChanged(this.Owner, this.PropertyName, this.OldValue, this.NewValue); 57Owner = this.Owner,