1 override of GetRawProposedValue
PresentationFramework (1)
System\Windows\Data\PriorityBindingExpression.cs (1)
333
internal override object
GetRawProposedValue
()
9 references to GetRawProposedValue
PresentationFramework (9)
System\Windows\Data\BindingExpression.cs (3)
1562
rawValue =
GetRawProposedValue
();
2144
value =
GetRawProposedValue
();
2170
object rawValue =
GetRawProposedValue
();
System\Windows\Data\BindingExpressionBase.cs (1)
1079
object value =
GetRawProposedValue
();
System\Windows\Data\BindingGroup.cs (2)
538
value = entry.BindingExpressionBase.RootBindingExpression.
GetRawProposedValue
();
1789
_value = _bindingExpressionBase.RootBindingExpression.
GetRawProposedValue
();
System\Windows\Data\MultiBindingExpression.cs (2)
586
value = bindExpr.
GetRawProposedValue
();
884
object rawValue =
GetRawProposedValue
();
System\Windows\Data\PriorityBindingExpression.cs (1)
338
return bindExpr.
GetRawProposedValue
();