Skip to content

Commit

Permalink
Remove unused using directives in solution (#1063)
Browse files Browse the repository at this point in the history
  • Loading branch information
oopbase authored and Keboo committed Oct 9, 2018
1 parent e6d22fe commit 54b7008
Show file tree
Hide file tree
Showing 107 changed files with 58 additions and 837 deletions.
4 changes: 0 additions & 4 deletions MahMaterialDragablzMashUp/AnotherCommandImplementation.cs
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Input;

namespace MahMaterialDragablzMashUp
Expand Down
8 changes: 1 addition & 7 deletions MahMaterialDragablzMashUp/App.xaml.cs
@@ -1,10 +1,4 @@
using System;
using System.Collections.Generic;
using System.Configuration;
using System.Data;
using System.Linq;
using System.Threading.Tasks;
using System.Windows;
using System.Windows;

namespace MahMaterialDragablzMashUp
{
Expand Down
15 changes: 1 addition & 14 deletions MahMaterialDragablzMashUp/Dialogs.xaml.cs
@@ -1,17 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Controls;

namespace MahMaterialDragablzMashUp
{
Expand Down
6 changes: 0 additions & 6 deletions MahMaterialDragablzMashUp/DialogsViewModel.cs
@@ -1,12 +1,6 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Input;
using MahApps.Metro.Controls;
using MahApps.Metro.Controls.Dialogs;
Expand Down
15 changes: 1 addition & 14 deletions MahMaterialDragablzMashUp/FlyoutContent.xaml.cs
@@ -1,17 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Controls;

namespace MahMaterialDragablzMashUp
{
Expand Down
15 changes: 1 addition & 14 deletions MahMaterialDragablzMashUp/Mah.xaml.cs
@@ -1,17 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Controls;

namespace MahMaterialDragablzMashUp
{
Expand Down
20 changes: 1 addition & 19 deletions MahMaterialDragablzMashUp/MainWindow.xaml.cs
@@ -1,22 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using MahApps.Metro.Controls;
using MaterialDesignColors;
using MaterialDesignThemes.Wpf;

namespace MahMaterialDragablzMashUp
namespace MahMaterialDragablzMashUp
{
/// <summary>
/// Interaction logic for MainWindow.xaml
Expand Down
15 changes: 1 addition & 14 deletions MahMaterialDragablzMashUp/PaletteSelector.xaml.cs
@@ -1,17 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Controls;

namespace MahMaterialDragablzMashUp
{
Expand Down
2 changes: 0 additions & 2 deletions MahMaterialDragablzMashUp/Properties/AssemblyInfo.cs
@@ -1,6 +1,4 @@
using System.Reflection;
using System.Resources;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Windows;

Expand Down
2 changes: 1 addition & 1 deletion MainDemo.Wpf/App.xaml.cs
@@ -1,4 +1,4 @@
using ShowMeTheXAML;
using ShowMeTheXAML;
using System.Windows;

namespace MaterialDesignColors.WpfExample
Expand Down
1 change: 0 additions & 1 deletion MainDemo.Wpf/ButtonsViewModel.cs
@@ -1,7 +1,6 @@
using MaterialDesignColors.WpfExample.Domain;
using System;
using System.ComponentModel;
using System.Threading;
using System.Windows.Input;
using System.Windows.Threading;

Expand Down
14 changes: 1 addition & 13 deletions MainDemo.Wpf/Cards.xaml.cs
@@ -1,17 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;

namespace MaterialDesignColors.WpfExample
{
Expand Down
15 changes: 1 addition & 14 deletions MainDemo.Wpf/Chips.xaml.cs
@@ -1,18 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Xml;

namespace MaterialDesignColors.WpfExample
{
Expand Down
15 changes: 1 addition & 14 deletions MainDemo.Wpf/ColorZones.xaml.cs
@@ -1,17 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Controls;

namespace MaterialDesignColors.WpfExample
{
Expand Down
4 changes: 0 additions & 4 deletions MainDemo.Wpf/Domain/AnotherCommandImplementation.cs
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Input;

namespace MaterialDesignColors.WpfExample.Domain
Expand Down
4 changes: 0 additions & 4 deletions MainDemo.Wpf/Domain/DemoItem.cs
@@ -1,12 +1,8 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Markup;

namespace MaterialDesignColors.WpfExample.Domain
{
Expand Down
4 changes: 1 addition & 3 deletions MainDemo.Wpf/Domain/DocumentationLink.cs
@@ -1,6 +1,4 @@
using System;
using System.Configuration;
using System.Windows;
using System.Configuration;
using System.Windows.Controls;
using System.Windows.Input;

Expand Down
15 changes: 1 addition & 14 deletions MainDemo.Wpf/Domain/DocumentationLinks.xaml.cs
@@ -1,17 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Controls;

namespace MaterialDesignDemo.Domain
{
Expand Down
3 changes: 1 addition & 2 deletions MainDemo.Wpf/Domain/IsCheckedValidationRule.cs
@@ -1,5 +1,4 @@
using System;
using System.Globalization;
using System.Globalization;
using System.Windows.Controls;

namespace MaterialDesignDemo.Domain
Expand Down
15 changes: 1 addition & 14 deletions MainDemo.Wpf/Domain/Sample4Dialog.xaml.cs
@@ -1,17 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Controls;

namespace MaterialDesignColors.WpfExample.Domain
{
Expand Down
15 changes: 1 addition & 14 deletions MainDemo.Wpf/Domain/SampleDialog.xaml.cs
@@ -1,17 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Controls;

namespace MaterialDesignColors.WpfExample.Domain
{
Expand Down
15 changes: 1 addition & 14 deletions MainDemo.Wpf/Domain/SampleMessageDialog.xaml.cs
@@ -1,17 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Controls;

namespace MaterialDesignColors.WpfExample.Domain
{
Expand Down
15 changes: 1 addition & 14 deletions MainDemo.Wpf/Domain/SampleProgressDialog.xaml.cs
@@ -1,17 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Controls;

namespace MaterialDesignColors.WpfExample.Domain
{
Expand Down
5 changes: 0 additions & 5 deletions MainDemo.Wpf/Domain/TextFieldsViewModel.cs
Expand Up @@ -2,11 +2,6 @@
using System.Collections.Generic;
using System.ComponentModel;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using System.Security.Cryptography.X509Certificates;
using System.Text;
using System.Threading.Tasks;

namespace MaterialDesignColors.WpfExample.Domain
{
Expand Down
5 changes: 0 additions & 5 deletions MainDemo.Wpf/Domain/TreesViewModel.cs
@@ -1,13 +1,8 @@
using MaterialDesignThemes.Wpf;
using System;
using System.Collections.Generic;
using System.Collections.ObjectModel;
using System.ComponentModel;
using System.Linq;
using System.Runtime.CompilerServices;
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;

Expand Down
15 changes: 1 addition & 14 deletions MainDemo.Wpf/Drawers.xaml.cs
@@ -1,17 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Controls;
using System.Windows.Data;
using System.Windows.Documents;
using System.Windows.Input;
using System.Windows.Media;
using System.Windows.Media.Imaging;
using System.Windows.Navigation;
using System.Windows.Shapes;
using System.Windows.Controls;

namespace MaterialDesignDemo
{
Expand Down

0 comments on commit 54b7008

Please sign in to comment.