A XAML-based System.Reflection.Emit.OpCodes reference

So, I've been doing a bit of work with System.Reflection.Emit lately, and I've found that just having the list of the OpCodes fields around is pretty useful. I navigate to the page, but there are really a lot of opcodes, and I keep scrolling back and forth. Ideally I'd like to just be able to see them all at once, and get the short description if I hover over it...

Enter WPF documents. The ToolTip property works on them just fine; it's a matter of copying and pasting into a plain text file, recording some keystrokes and playing them a few times (some smart person out there would probably have written a regex to do this in no time, I'm sure, but I'm too lazy).

Look at the XAML file attached to this post for the reference and enjoy!

 

xaml.xaml