is theme network enabled?

As it turns out, using:

get_site_option('allowedthemes'); 

as a way to retrieve the list of themes gives me the desired result. Before I was using:

get_option('allowedthemes');

So, there is at least my answer 🙂 Hope this helps anyone else out there 😛