I understand that OpenUI5's has a registry of instantiated controls and can be queried with sap.ui.getCore().byId.
But, is there a way to get a full list of instances in the control registry?
Something like this:
var aControls = sap.ui.getCore().allControls();