3 overrides of ConvertProposedValue
PresentationFramework (3)
System\Windows\Data\BindingExpression.cs (1)
1848internal override object ConvertProposedValue(object value)
System\Windows\Data\MultiBindingExpression.cs (1)
492internal override object ConvertProposedValue(object value)
System\Windows\Data\PriorityBindingExpression.cs (1)
346internal override object ConvertProposedValue(object rawValue)
3 references to ConvertProposedValue
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (1)
1083value = ConvertProposedValue(value);
System\Windows\Data\MultiBindingExpression.cs (1)
590value = bindExpr.ConvertProposedValue(value);
System\Windows\Data\PriorityBindingExpression.cs (1)
351return bindExpr.ConvertProposedValue(rawValue);