Editor class for Animation window

Where (in Assembly Browser) can I find Editor class for Unity’s build-in Animation window? I want create my own version of that window but the Editor class for it seems nowhere to be found in the assembly.

AnimationWindow. Note that it’s defined as internal. To inspect it you should change visibility to All Members.