Strange: Pop-up menus don't seem to call DefWindowProc at all.
Conversation
Replying to
Those are server side windows, they're implemented in kernel.
Replying to
They must call user-mode functions as our theme hooks affect them. But IDK what window proc they’re running. In the end I didn’t need to hook/subclass it, I just added a special case to something else as a workaround.

