I'm using Visual Studio 17.5.4 and .NET SDK 7.0.5
Upon creating a new WPF application, I have no XML documentation available in IntelliSense for the WPF library.
Browsing to source (F12) shows the library at C:\Program Files\dotnet\packs\Microsoft.WindowsDesktop.App.Ref\7.0.5\
This is in contrast to a WinForms app, which has the docs in IntelliSense, with F12 showing sources via SourceLink.
Am I missing something obvious?
Edit: Added screenshots as requested. Note how there is no documentation for the WPF framework classes.

