From ce960fac8d9ceff47d2262848d86393695d1c9ff Mon Sep 17 00:00:00 2001 From: "Andy De George (from Dev Box)" Date: Thu, 19 Jun 2025 10:03:22 -0700 Subject: [PATCH 1/3] Testing metadata --- .../winforms/windows-forms-accessibility-improvements.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet-desktop-guide/winforms/windows-forms-accessibility-improvements.md b/dotnet-desktop-guide/winforms/windows-forms-accessibility-improvements.md index a645e92d60..0143ce20af 100644 --- a/dotnet-desktop-guide/winforms/windows-forms-accessibility-improvements.md +++ b/dotnet-desktop-guide/winforms/windows-forms-accessibility-improvements.md @@ -3,6 +3,7 @@ title: "Windows Forms Accessibility Improvements" description: Learn about the ways in which .NET Windows Forms improves accessibility in comparison with .NET Framework Windows Forms. ms.date: "04/20/2020" ms.service: dotnet-framework +ms.local: ["item1", "item2"] helpviewer_keywords: - "Windows Forms accessibility" - "accessibility" From e4baa403f8485787eaf09ed9b0a976d03490191d Mon Sep 17 00:00:00 2001 From: "Andy De George (from Dev Box)" Date: Thu, 19 Jun 2025 10:12:31 -0700 Subject: [PATCH 2/3] Moar testz --- dotnet-desktop-guide/docfx.json | 5 +++++ .../winforms/windows-forms-accessibility-improvements.md | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/dotnet-desktop-guide/docfx.json b/dotnet-desktop-guide/docfx.json index aa5f4ddcf1..c07f727b24 100644 --- a/dotnet-desktop-guide/docfx.json +++ b/dotnet-desktop-guide/docfx.json @@ -28,6 +28,11 @@ "wpf/**/**.md": "WPF", "xaml-services/**/*.md": "XAML" }, + "local.updatecadence": { + "winforms/**/**.md": "updateachrelease", + "wpf/**/**.md": "updateachrelease", + "xaml-services/**/*.md": "updateachrelease" + }, "ms.subservice": { "winforms/**/**.md": "winforms", "wpf/**/**.md": "wpf", diff --git a/dotnet-desktop-guide/winforms/windows-forms-accessibility-improvements.md b/dotnet-desktop-guide/winforms/windows-forms-accessibility-improvements.md index 0143ce20af..a645e92d60 100644 --- a/dotnet-desktop-guide/winforms/windows-forms-accessibility-improvements.md +++ b/dotnet-desktop-guide/winforms/windows-forms-accessibility-improvements.md @@ -3,7 +3,6 @@ title: "Windows Forms Accessibility Improvements" description: Learn about the ways in which .NET Windows Forms improves accessibility in comparison with .NET Framework Windows Forms. ms.date: "04/20/2020" ms.service: dotnet-framework -ms.local: ["item1", "item2"] helpviewer_keywords: - "Windows Forms accessibility" - "accessibility" From e2f54941076a969c9b9f7db47e08a46011c6289c Mon Sep 17 00:00:00 2001 From: "Andy De George (from Dev Box)" Date: Thu, 19 Jun 2025 10:19:26 -0700 Subject: [PATCH 3/3] something --- .../winforms/windows-forms-accessibility-improvements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-desktop-guide/winforms/windows-forms-accessibility-improvements.md b/dotnet-desktop-guide/winforms/windows-forms-accessibility-improvements.md index a645e92d60..75dc7a4855 100644 --- a/dotnet-desktop-guide/winforms/windows-forms-accessibility-improvements.md +++ b/dotnet-desktop-guide/winforms/windows-forms-accessibility-improvements.md @@ -11,7 +11,7 @@ author: "M-Lipin" # Accessibility improvements in Windows Forms controls for .NET Windows Forms is continuing to improve how it works with accessibility technologies to better support Windows Forms customers. These improvements include the following changes: - +DUH UPDATE SOMETHING TO SEE THE CHANGE! - Changes in various areas of interaction with accessibility client applications, including Narrator. - Changes in the Accessible hierarchy (improving navigation through the UI Automation tree). - Changes in keyboard navigation.