private void FilterChaos_Checked(object sender, RoutedEventArgs e) { FilterSettings.SetKey("chaos", (Boolean)FilterChaos.IsChecked); FilterChanged?.Invoke(this, EventArgs.Empty); }