How to check if a data table is being used in a stored procedure?

In Sql Server, how do I check to see if a particular data table is being used in one of the stored procedures?

There's an example query near the bottom that should do the trick.

Thanks Robert