What can I return from my binding to the Foreground property to tell the framework to use the default text color ?
Return DependencyProperty.UnsetValue
If you need to unassign a value from a binding to a target property, you need to return Binding.DoNothing