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