/// <summary> /// Event trigger to move to the settings button once we move past the toggles /// </summary> private void LostKeyboardFocus_Event_Popup(object sender, KeyboardFocusChangedEventArgs e) { SettingsButton.Focus(); }