The Locator is a dictionary of weak object references (so it does not keep objects alive). By adding objects to the locator, you make it possible for other code to ask the locator for the object, and get a reference to it. The object is added with a corresponding
Read More...