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 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.