Visual Studio Object Explorer lists some inaccessible class fields in the code

Hello,

Do you know why some class fields are visible in the Visual Studio Object Explorer but are not accepted by the compiler?

For example (but there are others):

doc.Views.ActiveView.BeginMouseDown is listed in the Object Explorer

image

but the code generation do not find the BeginMouseDown delegate…

I have RhinoCommon, RhinoUI an RhinoWindows are loaded as references in my project. (The assemblies version is 6.10.18296.11021).

Thank you.

Ok, I understand, the fields declared as internal in the assembly are displayed in the explorer …