Skip to content

Commit 2a6f307

Browse files
committed
Code Cleanup — Design projects only
Usings, newline and indent changes as specified in EditorConfig
1 parent bbf70ef commit 2a6f307

35 files changed

+626
-632
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid.Design/Controls/DataGrid.Metadata.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5+
//using Microsoft.Windows.Design.Model;
6+
using System.ComponentModel;
7+
58
using Microsoft.Toolkit.Uwp.UI.Controls.Design.Common;
69
using Microsoft.Windows.Design;
710
//using Microsoft.Windows.Design.Features;
811
using Microsoft.Windows.Design.Metadata;
9-
//using Microsoft.Windows.Design.Model;
10-
using System.ComponentModel;
1112

1213
namespace Microsoft.Toolkit.Uwp.UI.Controls.Design
1314
{

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid.Design/MetadataRegistration.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@
44

55
using System;
66
using System.Reflection;
7-
using Microsoft.Windows.Design.Metadata;
7+
88
using Microsoft.Toolkit.Uwp.Design.Common;
9+
using Microsoft.Windows.Design.Metadata;
910

1011
[assembly: ProvideMetadata(typeof(Microsoft.Toolkit.Uwp.UI.Controls.Design.MetadataRegistration))]
1112

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid.Design/Properties/AssemblyInfo.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
// See the LICENSE file in the project root for more information.
44

55
using System.Reflection;
6-
using System.Resources;
7-
using System.Runtime.CompilerServices;
86
using System.Runtime.InteropServices;
9-
using System.Windows;
107

118
// General Information about an assembly is controlled through the following
129
// set of attributes. Change these attribute values to modify the information

0 commit comments

Comments
 (0)