Skip to content

Commit 1dc12de

Browse files
authored
Merge pull request #3078 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to master to sync with https://github.com/MicrosoftDocs/visualstudio-docs (branch master)
2 parents 70c676f + ab0d7b3 commit 1dc12de

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/extensibility/ux-guidelines/fonts-and-formatting-for-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ window.ShowModal()
7777

7878
`ShowModal` returns a bool? (nullable Boolean) with the `DialogResult`, which can be used if needed. The return value is true if the dialog was closed with **OK**.
7979

80-
If you need to display some WPF UI that is not a dialog and is hosted in its own `HwndSource`, such as a popup window or a WPF child window of a Win32/WinForms parent window window, you will need to set the `FontFamily` and `FontSize` on the root element of the WPF element. (The shell sets the properties on the main window, but they will not be inherited past a `HWND`). The shell provides resources to which the properties can be bound, like this:
80+
If you need to display some WPF UI that is not a dialog and is hosted in its own `HwndSource`, such as a popup window or a WPF child window of a Win32/WinForms parent window, you will need to set the `FontFamily` and `FontSize` on the root element of the WPF element. (The shell sets the properties on the main window, but they will not be inherited past a `HWND`). The shell provides resources to which the properties can be bound, like this:
8181

8282
```xaml
8383
<Setter Property="FontFamily" Value="{DynamicResource VsFont.EnvironmentFontFamily}" />
@@ -461,4 +461,4 @@ protected static void SetFontStyles(Control topControl, Control parent, Font ref
461461

462462
## See Also
463463
[MSDN: Fonts (Windows)](/windows/desktop/uxguide/vis-fonts)
464-
[MSDN: User Interface Text (Windows)](/windows/desktop/uxguide/text-ui)
464+
[MSDN: User Interface Text (Windows)](/windows/desktop/uxguide/text-ui)

docs/ide/editorconfig-code-style-settings-reference.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2218,8 +2218,8 @@ dotnet_style_explicit_tuple_names = true:suggestion
22182218
dotnet_style_null_propagation = true:suggestion
22192219
dotnet_style_coalesce_expression = true:suggestion
22202220
dotnet_style_prefer_is_null_check_over_reference_equality_method = true:silent
2221-
dotnet_prefer_inferred_tuple_names = true:suggestion
2222-
dotnet_prefer_inferred_anonymous_type_member_names = true:suggestion
2221+
dotnet_style_prefer_inferred_tuple_names = true:suggestion
2222+
dotnet_style_prefer_inferred_anonymous_type_member_names = true:suggestion
22232223
dotnet_style_prefer_auto_properties = true:silent
22242224
dotnet_style_prefer_conditional_expression_over_assignment = true:silent
22252225
dotnet_style_prefer_conditional_expression_over_return = true:silent
@@ -2324,4 +2324,4 @@ visual_basic_preferred_modifier_order = Partial,Default,Private,Protected,Public
23242324
- [Quick Actions](../ide/quick-actions.md)
23252325
- [.NET naming conventions for EditorConfig](../ide/editorconfig-naming-conventions.md)
23262326
- [Create portable custom editor options](../ide/create-portable-custom-editor-options.md)
2327-
- [.NET Compiler Platform's .editorconfig file](https://github.com/dotnet/roslyn/blob/master/.editorconfig)
2327+
- [.NET Compiler Platform's .editorconfig file](https://github.com/dotnet/roslyn/blob/master/.editorconfig)

docs/ide/tutorial-csharp-aspnet-core.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ This solution follows the **Razor Page** design pattern. It is different than th
126126

127127
1. Keep the browser window open and return to Visual Studio.
128128

129-
1. In Visual Studio, choose **About.cshtml**. Then, delete the word _changed_ and in its place, add the words _file and directory_.
129+
1. In Visual Studio, choose **About.cshtml**. Then, delete the word _additional_ and in its place, add the words _file and directory_.
130130

131131
![Change the text in the About.cshtml file](../ide/media/csharp-aspnet-razor-aboutcshtml-mycoreapp-code-changed.png)
132132

@@ -192,4 +192,4 @@ Congratulations on completing this tutorial! We hope you learned a little bit ab
192192

193193
## See also
194194

195-
[Publish your web app to Azure App Service by using Visual Studio](..//deployment/quickstart-deploy-to-azure.md)
195+
[Publish your web app to Azure App Service by using Visual Studio](../deployment/quickstart-deploy-to-azure.md)

0 commit comments

Comments
 (0)