Skip to content

Commit 0d1084d

Browse files
committed
Fix usings post-merge
1 parent 8dd6d06 commit 0d1084d

File tree

2 files changed

+4
-11
lines changed

2 files changed

+4
-11
lines changed

src/Microsoft.DotNet.Wpf/src/PresentationFramework/MS/Internal/AppModel/ResourceContainer.cs

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
//
65
//
@@ -12,17 +11,12 @@
1211
// the NotSupportedException.
1312
//
1413

14+
using System.Windows.Navigation;
15+
using MS.Internal.Resources;
1516
using System.IO.Packaging;
16-
using System.IO;
1717
using System.Reflection;
18-
using System.Globalization;
1918
using System.Windows;
20-
using System.Reflection;
21-
using System.IO.Packaging;
22-
using System.Windows.Navigation;
23-
using System.Collections.Generic;
24-
25-
using MS.Internal.Resources;
19+
using System.IO;
2620

2721
namespace MS.Internal.AppModel
2822
{

src/Microsoft.DotNet.Wpf/src/Shared/MS/Internal/ReflectionUtils.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
3-
// See the LICENSE file in the project root for more information.
43

54
#nullable enable
65

0 commit comments

Comments
 (0)