File tree Expand file tree Collapse file tree 2 files changed +4
-11
lines changed
src/Microsoft.DotNet.Wpf/src
PresentationFramework/MS/Internal/AppModel Expand file tree Collapse file tree 2 files changed +4
-11
lines changed Original file line number Diff line number Diff line change 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//
1211// the NotSupportedException.
1312//
1413
14+ using System . Windows . Navigation ;
15+ using MS . Internal . Resources ;
1516using System . IO . Packaging ;
16- using System . IO ;
1717using System . Reflection ;
18- using System . Globalization ;
1918using 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
2721namespace MS . Internal . AppModel
2822{
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments