3 overrides of ConvertProposedValue
PresentationFramework (3)
System\Windows\Data\BindingExpression.cs (1)
1839internal override object ConvertProposedValue(object value)
System\Windows\Data\MultiBindingExpression.cs (1)
481internal override object ConvertProposedValue(object value)
System\Windows\Data\PriorityBindingExpression.cs (1)
339internal override object ConvertProposedValue(object rawValue)
3 references to ConvertProposedValue
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (1)
1075value = ConvertProposedValue(value);
System\Windows\Data\MultiBindingExpression.cs (1)
579value = bindExpr.ConvertProposedValue(value);
System\Windows\Data\PriorityBindingExpression.cs (1)
344return bindExpr.ConvertProposedValue(rawValue);