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