3 overrides of ValidateAndConvertProposedValue
PresentationFramework (3)
System\Windows\Data\BindingExpression.cs (1)
2164
internal override bool
ValidateAndConvertProposedValue
(out Collection<ProposedValue> values)
System\Windows\Data\MultiBindingExpression.cs (1)
878
internal override bool
ValidateAndConvertProposedValue
(out Collection<ProposedValue> values)
System\Windows\Data\PriorityBindingExpression.cs (1)
456
internal override bool
ValidateAndConvertProposedValue
(out Collection<ProposedValue> values)
4 references to ValidateAndConvertProposedValue
PresentationFramework (4)
System\Windows\Data\BindingExpressionBase.cs (1)
354
return
ValidateAndConvertProposedValue
(out values);
System\Windows\Data\BindingGroup.cs (1)
1370
root.
ValidateAndConvertProposedValue
(out proposedValues);
System\Windows\Data\MultiBindingExpression.cs (1)
928
bool childResult = bindExpr.
ValidateAndConvertProposedValue
(out childValues);
System\Windows\Data\PriorityBindingExpression.cs (1)
463
return bindExpr.
ValidateAndConvertProposedValue
(out values);