Skip to content

Commit a9a3fc4

Browse files
authored
Update docs/framework/configure-apps/file-schema/runtime/appcontextswitchoverrides-element.md
1 parent bfbb81d commit a9a3fc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/framework/configure-apps/file-schema/runtime/appcontextswitchoverrides-element.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ Defines one or more switches used by the <xref:System.AppContext> class to provi
6161
| Switch name | Description | Introduced |
6262
|-------------|-------------|------------|
6363
|`Switch.MS.Internal.`<br/>`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|
64-
|`Switch.MS.Internal.`<br/>`EnableCleanupSchedulingImprovements`|Controls whether improvements to cleanup scheduling in Windows Presentation Foundation are enabled. When set to `true`, enables improved cleanup scheduling to reduce memory usage and improve performance.|.NET Framework 4.7.2|
65-
|`Switch.MS.Internal.`<br/>`EnableWeakEventMemoryImprovements`|Controls whether memory improvements for weak event patterns in Windows Presentation Foundation are enabled. When set to `true`, enables memory improvements that reduce memory leaks related to weak event listeners.|.NET Framework 4.7.2|
64+
| `Switch.MS.Internal.`<br/>`EnableCleanupSchedulingImprovements` | When set to `true`, improves the cleanup scheduling behavior of the weak-event pattern. | |
65+
| `Switch.MS.Internal.`<br/>`EnableWeakEventMemoryImprovements` | When set to `true`, improves the memory allocation behavior of the weak-event pattern. | |
6666
|`Switch.MS.Internal.`<br/>`UseSha1AsDefaultHashAlgorithmForDigitalSignatures`|Controls whether the default algorithm used for signing parts of a package by PackageDigitalSignatureManager is SHA1 or SHA256.<br>Due to collision problems with SHA1, Microsoft recommends SHA256.|.NET Framework 4.7.1|
6767
|`Switch.System.Activities.`<br/>`UseMD5CryptoServiceProviderForWFDebugger`|When set to `false`, allows debugging of XAML-based workflow projects with Visual Studio when FIPS is enabled. Without it, a <xref:System.NullReferenceException> is thrown in calls to methods in the System.Activities assembly.|.NET Framework 4.7|
6868
|`Switch.System.Activities.`<br/>`UseMD5ForWFDebugger`|Controls whether the checksum for a workflow instance in the debugger uses MD5 or SHA1. | .NET Framework 4.7|

0 commit comments

Comments
 (0)