Yes Reflector is fantastic - the beauty though of having the actual source code is that you can literally walk the source code of these libraries in debug mode. No more looking at the API of the libraries through Reflector and guessing at what is being done. Now you can actually see how it was coded.
Keep using Reflector but definitely check out walking through the .NET FX source code...