Why do I get a DependencyProperty.UnsetValue when converting a value in a MultiBinding?
From MSDN: UnsetValue is a sentinel value that is used for scenarios where the WPF property system is unable to determine a requested DependencyProperty value. UnsetValue is used rather than null reference (Nothing in Visual Basic), because null reference could be a valid property value, as well as a valid (and frequently used) DefaultValue. Which … Read more