In the declaration of your user control you could just set the data context to the instance of the object that contains all the things you need to bind to!
Then you can access the properties of that objects' instance within the user control as you normally would.