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