8000 [StyleCleanUp] Correct file header/license info (IDE0073) by h3xds1nz · Pull Request #10372 · dotnet/wpf · GitHub
[go: up one dir, main page]

Skip to content

[StyleCleanUp] Correct file header/license info (IDE0073) #10372

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 23 commits into from
Mar 31, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
89432db
Fix IDE0073 in UIAutomationClientSideProviders
h3xds1nz Jan 30, 2025
ebf2cd6
Fix IDE0073 in UIAutomationClient
h3xds1nz Jan 30, 2025
d41308b
Fix IDE0073 in PresentationFramework.Fluent
h3xds1nz Jan 30, 2025
860a211
Fix IDE0073 in shared Themes + Aero
h3xds1nz Jan 30, 2025
22bcedc
Fix IDE0073 in PF Extensions
h3xds1nz Jan 30, 2025
aefb8fa
Fix IDE0073 in rest of Themes
h3xds1nz Jan 30, 2025
53b872e
Fix IDE0073 in UIAutomtionProvider
h3xds1nz Jan 30, 2025
a8eef81
Fix IDE0073 in System.Xaml
h3xds1nz Jan 30, 2025
88c8876
Fix IDE0073 in System.Windows.Presentation
h3xds1nz Jan 30, 2025
62ebd72
Fix IDE0073 in System.Windows.Input.Manipulations
h3xds1nz Jan 30, 2025
112a54c
Fix IDE0073 in System.Windows.Controls.Ribbon
h3xds1nz Jan 30, 2025
b026810
Fix IDE0073 in ReachFramework
h3xds1nz Jan 30, 2025
fc901ba
Fix IDE0073 in PresentationUI
h3xds1nz Jan 30, 2025
ab0b06a
Fix IDE0073 in PresentationFramework
h3xds1nz Jan 30, 2025
c15566c
Fix IDE0073 in PresentationCore
h3xds1nz Jan 30, 2025
a0770e8
Fix IDE0073 in PresentationBuildTasks
h3xds1nz Jan 30, 2025
08a1dc0
Fix IDE0073 in WindowsBase
h3xds1nz Jan 30, 2025
0475f0c
Fix IDE0073 in WindowsFormsIntegration
h3xds1nz Jan 30, 2025
9a18469
Fix IDE0073 in ref files
h3xds1nz Jan 30, 2025
a0b7578
Fix IDE0073 in UIAutomationTypes
h3xds1nz Jan 30, 2025
edbffab
Fix IDE0073 in rest of Themes
h3xds1nz Jan 30, 2025
368e5cd
Fix MilCodeGen headers
h3xds1nz Mar 31, 2025
1c55deb
Adjust line endings in BamlLocalizerErrorNotifyEventArgs
h3xds1nz Mar 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
10000 Diff view
Prev Previous commit
Next Next commit
Fix IDE0073 in rest of Themes
  • Loading branch information
h3xds1nz committed Mar 31, 2025
commit edbffab655c32875a22bdfe7f3b25a260c4d0fe8
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System.Windows.Controls;
using System.Windows;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System.Windows.Controls;
using System.Windows;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System.ComponentModel;
using System.Windows;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System.Windows.Controls;
using System.Windows;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System;
using System.Globalization;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

namespace Microsoft.Windows.Themes
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System.ComponentModel;
using System.Windows;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

namespace Microsoft.Windows.Themes
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System.Windows.Controls;
using System.Diagnostics;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System.ComponentModel;
using System.Windows;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System.Windows.Shapes;
using System.Windows.Controls;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System.ComponentModel;
using System.Windows;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System;
using System.Windows.Controls;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

namespace Microsoft.Windows.Themes
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System.Windows.Shapes;
using System.Windows.Controls;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System.ComponentModel;
using System.Windows;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

using System;
using System.Windows.Controls;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

namespace Microsoft.Windows.Themes
{
Expand Down
Loading
0