4 references to ConvertedValue
PresentationFramework (4)
System\Windows\Data\BindingExpression.cs (2)
1084else if (entry.ConvertedValue == DependencyProperty.UnsetValue) 1092proposedValue = entry.ConvertedValue;
System\Windows\Data\BindingGroup.cs (2)
518value = proposedValueEntry.ConvertedValue; 1182result = (bindExpr.UpdateSource(proposedValueEntry.ConvertedValue) != DependencyProperty.UnsetValue)