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