1 override of GetRawProposedValue
PresentationFramework (1)
System\Windows\Data\PriorityBindingExpression.cs (1)
318
internal override object
GetRawProposedValue
()
9 references to GetRawProposedValue
PresentationFramework (9)
System\Windows\Data\BindingExpression.cs (3)
1548
rawValue =
GetRawProposedValue
();
2095
value =
GetRawProposedValue
();
2121
object rawValue =
GetRawProposedValue
();
System\Windows\Data\BindingExpressionBase.cs (1)
1070
object value =
GetRawProposedValue
();
System\Windows\Data\BindingGroup.cs (2)
526
value = entry.BindingExpressionBase.RootBindingExpression.
GetRawProposedValue
();
1762
_value = _bindingExpressionBase.RootBindingExpression.
GetRawProposedValue
();
System\Windows\Data\MultiBindingExpression.cs (2)
574
value = bindExpr.
GetRawProposedValue
();
872
object rawValue =
GetRawProposedValue
();
System\Windows\Data\PriorityBindingExpression.cs (1)
323
return bindExpr.
GetRawProposedValue
();