First, all of the pages for the UIElement pointer events like PointerPressed now lead to a "content removed" page (and a reference to the JavaScript docs, which is incongruous).
Second, the lists of routed events in the overview (http://msdn.microsoft.com/en-us/library/windows/apps/hh758286.aspx#addhandler) and UIElement.AddHandler (http://msdn.microsoft.com/en-us/library/windows/apps/windows.ui.xaml.uielement.addhandler.aspx) and possibly elsewhere imply that they are complete. They aren't. (But good luck generating a complete list without the ability to find the descendents of RoutedEvent.)
Finally, a request: Could we please have the ability to add comments to documentation pages back? There are a lot of places where the docs are incorrect or incomplete. The community could help if you'd let us...
Rebecca M. Riordan