1 override of GetRawProposedValue
PresentationFramework (1)
System\Windows\Data\PriorityBindingExpression.cs (1)
326
internal override object
GetRawProposedValue
()
9 references to GetRawProposedValue
PresentationFramework (9)
System\Windows\Data\BindingExpression.cs (3)
1553
rawValue =
GetRawProposedValue
();
2135
value =
GetRawProposedValue
();
2161
object rawValue =
GetRawProposedValue
();
System\Windows\Data\BindingExpressionBase.cs (1)
1071
object value =
GetRawProposedValue
();
System\Windows\Data\BindingGroup.cs (2)
533
value = entry.BindingExpressionBase.RootBindingExpression.
GetRawProposedValue
();
1784
_value = _bindingExpressionBase.RootBindingExpression.
GetRawProposedValue
();
System\Windows\Data\MultiBindingExpression.cs (2)
575
value = bindExpr.
GetRawProposedValue
();
873
object rawValue =
GetRawProposedValue
();
System\Windows\Data\PriorityBindingExpression.cs (1)
331
return bindExpr.
GetRawProposedValue
();