Base:
method
Validate
System.Windows.Data.BindingExpressionBase.Validate(System.Object, System.Windows.Controls.ValidationStep)
3 references to Validate
PresentationFramework (3)
src\Framework\System\Windows\Data\BindingExpression.cs (3)
2137return Validate(value, validationStep); 2152bool isValid = Validate(rawValue, ValidationStep.RawProposedValue); 2168isValid = Validate(convertedValue, ValidationStep.ConvertedProposedValue);