1 write to isAttached
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (1)
29this.isAttached = isAttached;
3 references to isAttached
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\Model\ModelPropertyImpl.cs (3)
106return this.isAttached; 232if (oldValueModelItem != null && !this.isAttached) 238if (newValueModelItem != null && !this.isAttached)