Is it possible to get all instances of a class at runtime? I'm looking for something like javascript's getElementsByTagName, or an xpath request, or creating a treewalker (how I did it in AS2).

I'd like to get all TextField instances and apply some operations to them, including adding event handlers.
It seems impossible to set the baseclass for a textfield without first turning it into a Symbol.

This is in flash9, NOT flex.