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