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