4 references to ConvertedValue
PresentationFramework (4)
System\Windows\Data\BindingExpression.cs (2)
1072else if (entry.ConvertedValue == DependencyProperty.UnsetValue) 1080proposedValue = entry.ConvertedValue;
System\Windows\Data\BindingGroup.cs (2)
507value = proposedValueEntry.ConvertedValue; 1165result = (bindExpr.UpdateSource(proposedValueEntry.ConvertedValue) != DependencyProperty.UnsetValue)