Desktop API 2 warning in code but no warning in warning list

Using Xojo 2021r3. My analysis warnings are set to show deprecations but not the desktop control deprecations.

Why do I get warnings for code when there are no warnings in the warnings list? The screenshot is from doing a Cmd-K on the class:


And why can’t I reproduce this in a simple example? It’s only the following code:

dim w as new SetupWindow
w.show

in App.Open

<https://xojo.com/issue/66795>