What I like about Delphi is that the code for all controls and components is available. Its all in what is called the VCL (Visual Component Library) This proved to be very usefull when designing custom controls and components. AFter all, each control and component in Delphi was written in Delphi, so it makes sense to include that code with Delphi so we can look in it and even debug it.
So I am wondering if this is also the case with C# ? I suspect that controls like for example TextBox is written in C# so is it possible to take a look at that code like it is in Delphi ?