20 writes to PropertyValidator
System.Data (20)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (5)
319
PropertyValidator
= null,
497
PropertyValidator
= null,
511
PropertyValidator
= null,
525
PropertyValidator
= null,
537
PropertyValidator
= null,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\ArgumentDesigner.xaml.cs (7)
809
PropertyValidator
= (instance, value, errors) => (((DesignTimeArgument)instance).ValidateArgumentName(value, errors))
821
PropertyValidator
= null
833
PropertyValidator
= null
845
PropertyValidator
= (instance, value, errors) => (((DesignTimeArgument)instance).ValidateArgumentValue(value, errors)),
853
PropertyValidator
= null,
877
PropertyValidator
= null,
892
PropertyValidator
= null,
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\View\VariableDesigner.xaml.cs (8)
1018
PropertyValidator
= (instance, value, errors) => (((DesignTimeVariable)instance).ValidateVariableName(value, errors))
1030
PropertyValidator
= null
1042
PropertyValidator
= (instance, value, errors) => (((DesignTimeVariable)instance).ValidateVariableScope(value, errors))
1054
PropertyValidator
= null,
1063
PropertyValidator
= null
1071
PropertyValidator
= null,
1086
PropertyValidator
= null,
1101
PropertyValidator
= null,
4 references to PropertyValidator
System.Data (4)
cdf\src\NetFx40\Tools\System.Activities.Presentation\System\Activities\Presentation\DesignObjectWrapper.cs (4)
312
if (null != properties[i].
PropertyValidator
)
604
this.validationErrorPropertyName = (null != this.descriptorData.
PropertyValidator
?
648
if (null != this.descriptorData.
PropertyValidator
)
655
if (!this.descriptorData.
PropertyValidator
(instance, value, errors))