CA1811 AvoidUncalledPrivateCode - UI PropertyGrid
I have declared different properties in my application whose final value is only set by the external user using a propertyGrid UI. When I run code analysis on my code, I get the CA1811 warning for these properties. Is there any way to get the same functionality and avoid this warning?
Thank you in advance.
Sylvia.

