2 writes to content
System.Data (2)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (2)
134
this.
content
= new FakeModelItemImpl(manager, this.GetType(), this, null);
140
this.
content
= (FakeModelItemImpl)value;
3 references to content
System.Data (3)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (3)
131
if (null == this.
content
)
136
return this.
content
;
512
PropertyGetter = (instance) => (instance.
content
)