From a1dd42e0340f8cdf222d564cd2f2191748351ccc Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Mar 2026 20:35:48 +0000 Subject: [PATCH 1/3] Initial plan From 69af2db0fdd30a06d7aeeed4f021b9b4098ba734 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Mar 2026 20:38:20 +0000 Subject: [PATCH 2/3] Update WPF what's new for .NET 11 Preview 2 Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com> --- dotnet-desktop-guide/wpf/whats-new/index.md | 8 ++++---- dotnet-desktop-guide/wpf/whats-new/net110.md | 14 +++++++------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/dotnet-desktop-guide/wpf/whats-new/index.md b/dotnet-desktop-guide/wpf/whats-new/index.md index 049670ca8f..ee8a3eeb00 100644 --- a/dotnet-desktop-guide/wpf/whats-new/index.md +++ b/dotnet-desktop-guide/wpf/whats-new/index.md @@ -1,7 +1,7 @@ --- title: What's new in Windows Presentation Foundation -description: Learn about what's new in Windows Presentation Foundation (WPF). This article covers changes to WPF from .NET 7 to .NET 11 Preview 1. -ms.date: 02/10/2026 +description: Learn about what's new in Windows Presentation Foundation (WPF). This article covers changes to WPF from .NET 7 to .NET 11 Preview 2. +ms.date: 03/03/2026 ms.service: dotnet-desktop ms.update-cycle: 365-days ms.topic: whats-new @@ -11,9 +11,9 @@ ms.topic: whats-new Each .NET release introduces a new version of Windows Presentation Foundation (WPF). This article teaches you what's new in each release. -## .NET 11 Preview 1 +## .NET 11 Preview 2 -This section describes the main changes to WPF for .NET 11 Preview 1. +This section describes the main changes to WPF for .NET 11 Preview 2. - [Overview of WPF on .NET 11](net110.md) - [Bug fixes](net110.md#bug-fixes) diff --git a/dotnet-desktop-guide/wpf/whats-new/net110.md b/dotnet-desktop-guide/wpf/whats-new/net110.md index 1211489e2a..2d5d7a97ff 100644 --- a/dotnet-desktop-guide/wpf/whats-new/net110.md +++ b/dotnet-desktop-guide/wpf/whats-new/net110.md @@ -1,25 +1,25 @@ --- -title: What's new in WPF for .NET 11 Preview 1 -description: Learn about what's new in Windows Presentation Foundation (WPF) for .NET 11 Preview 1. New versions of WPF are released yearly with .NET. +title: What's new in WPF for .NET 11 +description: Learn about what's new in Windows Presentation Foundation (WPF) for .NET 11. New versions of WPF are released yearly with .NET. ms.topic: whats-new -ms.date: 02/10/2026 +ms.date: 03/03/2026 ms.service: dotnet-desktop ms.update-cycle: 365-days #customer intent: As a developer, I want to know what's changed so that I can remain up-to-date. --- -# What's new in WPF for .NET 11 Preview 1 +# What's new in WPF for .NET 11 -This article provides a high-level overview about what's new with Windows Presentation Foundation (WPF) in .NET 11 Preview 1. For detailed information, see the [release announcements](#release-announcements). Use the release announcements to get an overview of the entire .NET 11 release. The rest of the sections highlight some of most the important changes to WPF. - -.NET 11 Preview 1 was released in February 2026. +This article provides a high-level overview about what's new with Windows Presentation Foundation (WPF) in .NET 11. For detailed information, see the [release announcements](#release-announcements). Use the release announcements to get an overview of the entire .NET 11 release. The rest of the sections highlight some of the most important changes to WPF. ## Release announcements Each release announcement provides detailed information about WPF changes for .NET 11: +- [.NET 11 Preview 2](https://aka.ms/dotnet/11/preview2) - [.NET 11 Preview 1](https://aka.ms/dotnet/11/preview1) ## Bug fixes +- WPF now guards against crashes caused by Desktop Window Manager (DWM) failures. - Fluent window backdrop and background on Windows 10 are fixed. From 0220a676e571d1605d90ab9ae778ed952b1440b8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Mar 2026 20:45:33 +0000 Subject: [PATCH 3/3] Restore Preview 2 text in titles and headings Co-authored-by: adegeo <67293991+adegeo@users.noreply.github.com> --- dotnet-desktop-guide/wpf/whats-new/index.md | 2 +- dotnet-desktop-guide/wpf/whats-new/net110.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dotnet-desktop-guide/wpf/whats-new/index.md b/dotnet-desktop-guide/wpf/whats-new/index.md index ee8a3eeb00..21a3c1b265 100644 --- a/dotnet-desktop-guide/wpf/whats-new/index.md +++ b/dotnet-desktop-guide/wpf/whats-new/index.md @@ -15,7 +15,7 @@ Each .NET release introduces a new version of Windows Presentation Foundation (W This section describes the main changes to WPF for .NET 11 Preview 2. -- [Overview of WPF on .NET 11](net110.md) +- [Overview of WPF on .NET 11 Preview 2](net110.md) - [Bug fixes](net110.md#bug-fixes) ## .NET 10 diff --git a/dotnet-desktop-guide/wpf/whats-new/net110.md b/dotnet-desktop-guide/wpf/whats-new/net110.md index 2d5d7a97ff..f8a17edf47 100644 --- a/dotnet-desktop-guide/wpf/whats-new/net110.md +++ b/dotnet-desktop-guide/wpf/whats-new/net110.md @@ -1,6 +1,6 @@ --- -title: What's new in WPF for .NET 11 -description: Learn about what's new in Windows Presentation Foundation (WPF) for .NET 11. New versions of WPF are released yearly with .NET. +title: What's new in WPF for .NET 11 Preview 2 +description: Learn about what's new in Windows Presentation Foundation (WPF) for .NET 11 Preview 2. New versions of WPF are released yearly with .NET. ms.topic: whats-new ms.date: 03/03/2026 ms.service: dotnet-desktop @@ -8,9 +8,9 @@ ms.update-cycle: 365-days #customer intent: As a developer, I want to know what's changed so that I can remain up-to-date. --- -# What's new in WPF for .NET 11 +# What's new in WPF for .NET 11 Preview 2 -This article provides a high-level overview about what's new with Windows Presentation Foundation (WPF) in .NET 11. For detailed information, see the [release announcements](#release-announcements). Use the release announcements to get an overview of the entire .NET 11 release. The rest of the sections highlight some of the most important changes to WPF. +This article provides a high-level overview about what's new with Windows Presentation Foundation (WPF) in .NET 11 Preview 2. For detailed information, see the [release announcements](#release-announcements). Use the release announcements to get an overview of the entire .NET 11 release. The rest of the sections highlight some of the most important changes to WPF. ## Release announcements