Skip to content

Commit bc1e9b8

Browse files
authored
Merge pull request MicrosoftDocs#2789 from v-maudel/patch-2
C32669: Changing Italic asterisks by underscores to avoid localization issues
2 parents ddc46c5 + c528dcb commit bc1e9b8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/debugger/how-to-use-the-wpf-tree-visualizer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ms.workload:
2222
# How to: Use the WPF Tree Visualizer
2323
You can use the WPF Tree visualizer to explore the visual tree of a WPF object, and to view the WPF dependency properties for the objects that are contained in that tree. For more information about visual trees, see [Trees in WPF](/dotnet/framework/wpf/advanced/trees-in-wpf). For more information about dependency properties, see [Dependency Properties Overview](/dotnet/framework/wpf/advanced/dependency-properties-overview).
2424

25-
When you open the WPF Tree visualizer, you will see two panes: the **Visual Tree** on the left and the **Properties of** *Name***:***Type* pane on the right. Select any object in the **Visual Tree** pane, and the **Properties of** *Name***:***Type* pane is automatically updated to show the properties for that object.
25+
When you open the WPF Tree visualizer, you will see two panes: the **Visual Tree** on the left and the **Properties of** _Name_**:**_Type_ pane on the right. Select any object in the **Visual Tree** pane, and the **Properties of** _Name_**:**_Type_ pane is automatically updated to show the properties for that object.
2626

2727
### To open the WPF Tree visualizer
2828

@@ -46,7 +46,7 @@ You can use the WPF Tree visualizer to explore the visual tree of a WPF object,
4646

4747
### To search the properties list
4848

49-
- In the **Properties of** *Name***:***Type* pane, type the string your want to search for in the **Filter** box.
49+
- In the **Properties of** _Name_**:**_Type_ pane, type the string you want to search for in the **Filter** box.
5050

5151
The WPF Tree visualizer immediately finds the properties that match the string you have typed; now, the list displays only those properties matching the string you have typed. Type more characters to find a more-accurate match.
5252

@@ -59,4 +59,4 @@ You can use the WPF Tree visualizer to explore the visual tree of a WPF object,
5959
## See Also
6060
[Create Custom Visualizers](../debugger/create-custom-visualizers-of-data.md)
6161
[Trees in WPF](/dotnet/framework/wpf/advanced/trees-in-wpf)
62-
[Dependency Properties Overview](/dotnet/framework/wpf/advanced/dependency-properties-overview)
62+
[Dependency Properties Overview](/dotnet/framework/wpf/advanced/dependency-properties-overview)

0 commit comments

Comments
 (0)