3 overrides of ValidateAndConvertProposedValue
PresentationFramework (3)
System\Windows\Data\BindingExpression.cs (1)
2117internal override bool ValidateAndConvertProposedValue(out Collection<ProposedValue> values)
System\Windows\Data\MultiBindingExpression.cs (1)
867internal override bool ValidateAndConvertProposedValue(out Collection<ProposedValue> values)
System\Windows\Data\PriorityBindingExpression.cs (1)
439internal override bool ValidateAndConvertProposedValue(out Collection<ProposedValue> values)
4 references to ValidateAndConvertProposedValue
PresentationFramework (4)
System\Windows\Data\BindingExpressionBase.cs (1)
346return ValidateAndConvertProposedValue(out values);
System\Windows\Data\BindingGroup.cs (1)
1342root.ValidateAndConvertProposedValue(out proposedValues);
System\Windows\Data\MultiBindingExpression.cs (1)
917bool childResult = bindExpr.ValidateAndConvertProposedValue(out childValues);
System\Windows\Data\PriorityBindingExpression.cs (1)
446return bindExpr.ValidateAndConvertProposedValue(out values);