2 writes to isDisposed
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (2)
87this.isDisposed = false; 361this.isDisposed = true;
4 references to isDisposed
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (4)
359if (null != this.ReflectedObject && !this.isDisposed) 449if (!this.isDisposed) 460if (!this.isDisposed) 622return !instance.isDisposed ? this.descriptorData.PropertyGetter(instance) : null;