diff --git a/docs/framework/configure-apps/file-schema/runtime/appcontextswitchoverrides-element.md b/docs/framework/configure-apps/file-schema/runtime/appcontextswitchoverrides-element.md index 155755fc21cab..25658365fbae8 100644 --- a/docs/framework/configure-apps/file-schema/runtime/appcontextswitchoverrides-element.md +++ b/docs/framework/configure-apps/file-schema/runtime/appcontextswitchoverrides-element.md @@ -61,6 +61,8 @@ Defines one or more switches used by the class to provi | Switch name | Description | Introduced | |-------------|-------------|------------| |`Switch.MS.Internal.`
`DoNotApplyLayoutRoundingToMarginsAndBorderThickness`|Controls whether Windows Presentation Foundation uses legacy a algorithm for control layout. For more information, see [Mitigation: WPF Layout](../../../migration-guide/mitigation-wpf-layout.md).|.NET Framework 4.6| +| `Switch.MS.Internal.`
`EnableCleanupSchedulingImprovements` | When set to `true`, improves the cleanup scheduling behavior of the weak-event pattern. | | +| `Switch.MS.Internal.`
`EnableWeakEventMemoryImprovements` | When set to `true`, improves the memory allocation behavior of the weak-event pattern. | | |`Switch.MS.Internal.`
`UseSha1AsDefaultHashAlgorithmForDigitalSignatures`|Controls whether the default algorithm used for signing parts of a package by PackageDigitalSignatureManager is SHA1 or SHA256.
Due to collision problems with SHA1, Microsoft recommends SHA256.|.NET Framework 4.7.1| |`Switch.System.Activities.`
`UseMD5CryptoServiceProviderForWFDebugger`|When set to `false`, allows debugging of XAML-based workflow projects with Visual Studio when FIPS is enabled. Without it, a is thrown in calls to methods in the System.Activities assembly.|.NET Framework 4.7| |`Switch.System.Activities.`
`UseMD5ForWFDebugger`|Controls whether the checksum for a workflow instance in the debugger uses MD5 or SHA1. | .NET Framework 4.7|