1 write to customValueEditors
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
162this.customValueEditors = new Dictionary<string, PropertyValueEditor>();
4 references to customValueEditors
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (4)
160if (null == this.customValueEditors) 164return this.customValueEditors; 364if (null != this.customValueEditors) 366this.customValueEditors.Clear();