5 references to CustomValueEditors
System.Data (5)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (3)
378
if (this.
CustomValueEditors
.ContainsKey(propertyName))
380
result = this.
CustomValueEditors
[propertyName];
393
this.
CustomValueEditors
[propertyName] = result;
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (1)
1496
this.
CustomValueEditors
.Clear();
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (1)
1389
this.
CustomValueEditors
.Clear();