Skip to content

Commit

Permalink
added note
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikejo5000 committed Oct 23, 2019
1 parent df84f4e commit 047d7eb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/debugger/how-to-use-the-wpf-tree-visualizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ You can use the WPF Tree visualizer to explore the visual tree of a WPF object,

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.

> [!NOTE]
> You can also use the [Live Visual Tree and Live Property Explorer](../xaml-tools/inspect-xaml-properties-while-debugging.md) to examine the visual tree of WPF objects. The WPF Tree Visualizer is a legacy feature and is not in active development.
### To open the WPF Tree visualizer

1. In a DataTip, **Watch** window, **Autos** window, or **Locals** window, next to a WPF object name, click the arrow adjacent to the magnifying glass icon.
Expand Down

0 comments on commit 047d7eb

Please sign in to comment.