VisualDiagnostics.GetXamlSourceInfo returns null for nested templates
- Dominant language
- C#
- Stars
- 7.7k
- Forks
- 1.3k
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 61
Description
1. Open VS 2019
2. Create new WPF Core app.
3. Open MainWindow.xaml.
4. Replace Grid element with XAML below.
5. Make sure your config is Debug x86.
6. F5
7. Go to Debug > Windows > Live Visual Tree. Make sure Just My XAML is turned off (it exists and is on by default for VS 16.4). Search for Abc.
**Actual**: elements from "inner" template don’t have Go to Source icon
**Expected**: elements from "inner" template have Go to Source icon

Contributor guide
Assessment
This issue has not been assessed yet.