private void ClearIconCache(object sender, RoutedEventArgs e) { IconManager.ClearIconCache(); ((SettingsVM)DataContext).OnPropertyChanged(); }