Using the => operator for the event binding results in the application trying to bind the event more than once causing a System.ArgumentException depicting that the RoutedEvent name TimeChanged is already in use.
This error prevents the usage of all windows using the TimePicker.
Using the
=>
operator for the event binding results in the application trying to bind the event more than once causing aSystem.ArgumentException
depicting that the RoutedEvent nameTimeChanged
is already in use.This error prevents the usage of all windows using the TimePicker.
Partial revert of: ebbf991844066bbcdc25ef3511e6f863876d7e64