3 overrides of ConvertProposedValue
PresentationFramework (3)
System\Windows\Data\BindingExpression.cs (1)
1811internal override object ConvertProposedValue(object value)
System\Windows\Data\MultiBindingExpression.cs (1)
480internal override object ConvertProposedValue(object value)
System\Windows\Data\PriorityBindingExpression.cs (1)
331internal override object ConvertProposedValue(object rawValue)
3 references to ConvertProposedValue
PresentationFramework (3)
System\Windows\Data\BindingExpressionBase.cs (1)
1074value = ConvertProposedValue(value);
System\Windows\Data\MultiBindingExpression.cs (1)
578value = bindExpr.ConvertProposedValue(value);
System\Windows\Data\PriorityBindingExpression.cs (1)
336return bindExpr.ConvertProposedValue(rawValue);