AutoCAD Design Review used to be AutoCAD Express. When installed, it also installs in ActiveX control (DWF viewer), which can be used either in web page, or desktop app for viewing DWF file. However, using ActiveX control in web page is a No-No these days. As for desktop app, the DWF Viewer might be still OK to use (I used it years ago with classic Visual Basic and in very early .NET era, and have not touched it for years).
The ActiveX DWF viewer is located in "C:\Program Files (x86)\Common Files\Autodesk Shared\": AdView.dll. If you installed DesignReview, in your Visual Studio project, you can add reference to it by "References..." and select "COM" tab. As alternative, you can go to VS' Toolbox window, right click anywhere and select "Choose Items...", then find the AD Viewer in "COM Components" tab.
While I am pretty sure it worked with VisualStudio2003 years ago, I did a quick try with my VS2017. While adding the reference and the control to VS' toolbox is OK, actually adding the control to Win form seems a problematic: it crashes Visual Studio 2017 itself. I am not sure what causes this, and nor have much interest to dig it. IMO, to let user view DWF, either use Autodesk's online viewer (which does not use ActiveX in web page), or use DeesigView directly. I'd no waste time to build a desktop viewer.