1 override of GetRawProposedValue
PresentationFramework (1)
System\Windows\Data\PriorityBindingExpression.cs (1)
319
internal override object
GetRawProposedValue
()
9 references to GetRawProposedValue
PresentationFramework (9)
System\Windows\Data\BindingExpression.cs (3)
1549
rawValue =
GetRawProposedValue
();
2097
value =
GetRawProposedValue
();
2123
object rawValue =
GetRawProposedValue
();
System\Windows\Data\BindingExpressionBase.cs (1)
1071
object value =
GetRawProposedValue
();
System\Windows\Data\BindingGroup.cs (2)
527
value = entry.BindingExpressionBase.RootBindingExpression.
GetRawProposedValue
();
1763
_value = _bindingExpressionBase.RootBindingExpression.
GetRawProposedValue
();
System\Windows\Data\MultiBindingExpression.cs (2)
575
value = bindExpr.
GetRawProposedValue
();
873
object rawValue =
GetRawProposedValue
();
System\Windows\Data\PriorityBindingExpression.cs (1)
324
return bindExpr.
GetRawProposedValue
();