4 references to ConvertedValue
PresentationFramework (4)
System\Windows\Data\BindingExpression.cs (2)
1075
else if (entry.
ConvertedValue
== DependencyProperty.UnsetValue)
1083
proposedValue = entry.
ConvertedValue
;
System\Windows\Data\BindingGroup.cs (2)
513
value = proposedValueEntry.
ConvertedValue
;
1177
result = (bindExpr.UpdateSource(proposedValueEntry.
ConvertedValue
) != DependencyProperty.UnsetValue)