Skip to content

Commit f00c2f0

Browse files
committed
Code cleanup
1 parent cfd9a66 commit f00c2f0

File tree

311 files changed

+771
-1239
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

311 files changed

+771
-1239
lines changed

src/Files.App.Controls/AdaptiveGridView/AdaptiveGridView.Properties.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
using System;
5-
using System.Collections.Generic;
6-
using System.Linq;
7-
using System.Text;
8-
using System.Threading.Tasks;
94
using System.Windows.Input;
105

116
namespace Files.App.Controls

src/Files.App.Controls/AdaptiveGridView/AdaptiveGridView.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using Microsoft.UI.Xaml.Data;
5-
using System;
6-
using System.Collections.Generic;
7-
using System.Linq;
8-
using System.Text;
9-
using System.Threading.Tasks;
105
using Windows.Foundation.Collections;
116

127
namespace Files.App.Controls

src/Files.App.Controls/AdaptiveGridView/AdaptiveHeightValueConverter.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using Microsoft.UI.Xaml.Data;
5-
using System;
6-
using System.Collections.Generic;
7-
using System.Linq;
8-
using System.Text;
9-
using System.Threading.Tasks;
105

116
namespace Files.App.Controls
127
{

src/Files.App.Controls/BladeView/BladeItem.Events.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
using System;
5-
using System.Collections.Generic;
6-
using System.Linq;
7-
using System.Text;
8-
using System.Threading.Tasks;
9-
104
namespace Files.App.Controls
115
{
126
/// <summary>

src/Files.App.Controls/BladeView/BladeItem.Properties.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
using Microsoft.UI.Xaml.Media;
54
using Microsoft.UI;
6-
using System;
7-
using System.Collections.Generic;
8-
using System.Linq;
9-
using System.Text;
10-
using System.Threading.Tasks;
5+
using Microsoft.UI.Xaml.Media;
116

127
namespace Files.App.Controls
138
{

src/Files.App.Controls/BladeView/BladeItemAutomationPeer.cs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,8 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33

44
using CommunityToolkit.WinUI;
5-
using Microsoft.UI.Xaml.Automation.Peers;
65
using Microsoft.UI.Xaml.Automation;
7-
using System;
8-
using System.Collections.Generic;
9-
using System.Linq;
10-
using System.Text;
11-
using System.Threading.Tasks;
6+
using Microsoft.UI.Xaml.Automation.Peers;
127

138
namespace Files.App.Controls
149
{

src/Files.App.Controls/BladeView/BladeMode.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
using System;
5-
using System.Collections.Generic;
6-
using System.Linq;
7-
using System.Text;
8-
using System.Threading.Tasks;
9-
104
namespace Files.App.Controls
115
{
126
/// <summary>

src/Files.App.Controls/BladeView/BladeView.Events.cs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
using System;
5-
using System.Collections.Generic;
6-
using System.Linq;
7-
using System.Text;
8-
using System.Threading.Tasks;
9-
104
namespace Files.App.Controls
115
{
126
/// <summary>

src/Files.App.Controls/BladeView/BladeView.Properties.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4-
using System;
5-
using System.Collections.Generic;
6-
using System.Linq;
7-
using System.Text;
8-
using System.Threading.Tasks;
94
using Windows.Foundation;
105

116
namespace Files.App.Controls

src/Files.App.Controls/BladeView/BladeView.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33

44
using CommunityToolkit.WinUI;
55
using Microsoft.UI.Xaml.Automation.Peers;
6-
using System;
7-
using System.Collections.Generic;
8-
using System.Linq;
9-
using System.Text;
10-
using System.Threading.Tasks;
116
using Windows.Foundation;
127
using Windows.Foundation.Collections;
138

0 commit comments

Comments
 (0)