1 write to customValueEditors
System.Data (1)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (1)
162
this.
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)
160
if (null == this.
customValueEditors
)
164
return this.
customValueEditors
;
364
if (null != this.
customValueEditors
)
366
this.
customValueEditors
.Clear();