Timepicker Updatesourcetrigger=propertychanged doesn't change value
问题 I'm hosting a WPF usercontrol in a windows form In the wpf user control I am using a timepicker from wpfToolkit.extended If I use the up or downkeys or just enter a time in the textfield the source is not updated allthough I am using Updatesourcetrigger = propertychanged. When I select a time in the dropdrownlist everything works the way it should. This is the namespace of the toolkit. xmlns:xctk="clr-namespace:Xceed.Wpf.Toolkit;assembly=WPFToolkit.Extended" This is the xaml for the