In designer: remove all unreferenced members
Status: Alpha
Brought to you by:
klafekie
Set GenerateMember property to false for all components that are
not referenced anywhere outside the InitializeComponents() method.
Problems:
- GenerateMember is a "designer" property, not a property of the control itself. How to access it?
- How to find references? Is there support from the CodeModel?/DTE?