In WPF, where can I save a value when in one UserControl, then later in another UserControl access that value again, something like session
You can expose a public static variable in App.xaml.cs file and then access it anywhere using App class..