diff --git a/docs/framework/reflection-and-codedom/dynamic-language-runtime-overview.md b/docs/framework/reflection-and-codedom/dynamic-language-runtime-overview.md index 214f9da778847..6de4954309930 100644 --- a/docs/framework/reflection-and-codedom/dynamic-language-runtime-overview.md +++ b/docs/framework/reflection-and-codedom/dynamic-language-runtime-overview.md @@ -7,7 +7,6 @@ helpviewer_keywords: - "IronPython" - "DLR" - "IronRuby" -ms.assetid: f769a271-8aff-4bea-bfab-6160217ce23d --- # Dynamic language runtime overview @@ -77,7 +76,7 @@ The DLR uses binders in call sites to communicate not only with .NET, but with o ## DLR documentation -For more information about how to use the open source version of the DLR to add dynamic behavior to a language, or about how to enable the use of a dynamic language with .NET, see the documentation on the [IronLanguages/dlr](https://github.com/IronLanguages/dlr/tree/master/Docs) repo on GitHub. +For more information about how to use the open source version of the DLR to add dynamic behavior to a language, or about how to enable the use of a dynamic language with .NET, see the documentation on the [IronLanguages/dlr](https://github.com/IronLanguages/dlr/tree/main/Docs) repo on GitHub. ## See also diff --git a/docs/framework/whats-new/index.md b/docs/framework/whats-new/index.md index 4ca52c4da823f..7cdd1d5314625 100644 --- a/docs/framework/whats-new/index.md +++ b/docs/framework/whats-new/index.md @@ -847,7 +847,7 @@ WPF's printing APIs in the diff --git a/includes/core-changes/windowsforms/3.0/deprecate-uselegacyimages.md b/includes/core-changes/windowsforms/3.0/deprecate-uselegacyimages.md index b4af63d4ffad5..3e0b898aef607 100644 --- a/includes/core-changes/windowsforms/3.0/deprecate-uselegacyimages.md +++ b/includes/core-changes/windowsforms/3.0/deprecate-uselegacyimages.md @@ -4,7 +4,7 @@ The `Switch.System.Windows.Forms.UseLegacyImages` compatibility switch, which wa #### Change description -Starting with .NET Framework 4.8, the `Switch.System.Windows.Forms.UseLegacyImages` compatibility switch addressed possible image scaling issues in ClickOnce scenarios in high DPI environments. When set to `true`, the switch allows the user to restore legacy image scaling on high DPI displays whose scale is set to greater than 100%. For more information, see [.NET Framework 4.8 Release Notes](https://github.com/microsoft/dotnet/blob/master/releases/net48/dotnet48-changes.md#clickonce) on GitHub. +Starting with .NET Framework 4.8, the `Switch.System.Windows.Forms.UseLegacyImages` compatibility switch addressed possible image scaling issues in ClickOnce scenarios in high DPI environments. When set to `true`, the switch allows the user to restore legacy image scaling on high DPI displays whose scale is set to greater than 100%. For more information, see [.NET Framework 4.8 Release Notes](https://github.com/microsoft/dotnet/blob/main/releases/net48/dotnet48-changes.md#clickonce) on GitHub. In .NET Core and .NET 5.0 and later, the `Switch.System.Windows.Forms.UseLegacyImages` switch is not supported. diff --git a/includes/migration-guide/retargeting/wpf/add-selectiontextbrush-public-property-textboxpasswordbox-non-adorner.md b/includes/migration-guide/retargeting/wpf/add-selectiontextbrush-public-property-textboxpasswordbox-non-adorner.md index 7c2ea657ea6ce..b7520a5a6f37f 100644 --- a/includes/migration-guide/retargeting/wpf/add-selectiontextbrush-public-property-textboxpasswordbox-non-adorner.md +++ b/includes/migration-guide/retargeting/wpf/add-selectiontextbrush-public-property-textboxpasswordbox-non-adorner.md @@ -2,7 +2,7 @@ #### Details -In WPF applications using [non-adorner based text selection](https://github.com/Microsoft/dotnet/blob/master/Documentation/compatibility/wpf-TextBox-PasswordBox-text-selection-does-not-follow-system-colors.md) for and , developers may now set the newly added SelectionTextBrush property in order to alter the rendering of the selected text. By default, this color changes with . If non-adorner based text selection is not enabled, this property does nothing. +In WPF applications using [non-adorner based text selection](https://github.com/Microsoft/dotnet/blob/main/Documentation/compatibility/wpf-TextBox-PasswordBox-text-selection-does-not-follow-system-colors.md) for and , developers may now set the newly added SelectionTextBrush property in order to alter the rendering of the selected text. By default, this color changes with . If non-adorner based text selection is not enabled, this property does nothing. #### Suggestion diff --git a/includes/migration-guide/runtime/wpf/improvements-grid-star-rows-space-allocating-algorithm.md b/includes/migration-guide/runtime/wpf/improvements-grid-star-rows-space-allocating-algorithm.md index d48542e6c94ab..65fb4652c0cd0 100644 --- a/includes/migration-guide/runtime/wpf/improvements-grid-star-rows-space-allocating-algorithm.md +++ b/includes/migration-guide/runtime/wpf/improvements-grid-star-rows-space-allocating-algorithm.md @@ -2,7 +2,7 @@ #### Details -Fixed a bug in the [algorithm for allocating sizes to](https://github.com/Microsoft/dotnet/blob/master/Documentation/compatibility/wpf-grid-allocation-of-space-to-star-columns.md)) in a introduced in .NET Framework 4.7. In some cases, such as a Grid with `Height="Auto"` containing empty rows, rows were arranged at the wrong position, possibly outside the Grid altogether. +Fixed a bug in the [algorithm for allocating sizes to](https://github.com/Microsoft/dotnet/blob/main/Documentation/compatibility/wpf-grid-allocation-of-space-to-star-columns.md)) in a introduced in .NET Framework 4.7. In some cases, such as a Grid with `Height="Auto"` containing empty rows, rows were arranged at the wrong position, possibly outside the Grid altogether. #### Suggestion