Looking at the StrangeRocks example again I found a case of injection with no corresponding bind....
In some views, RockView.cs for one, is the following:
[Inject]
public IScreenUtil screenUtil{get;set;}
But when I search the solution for IScreenUtil or ScreenUtil, i can't find any corresponding .Bind< IScreenUtil>()
So in RockView.cs where is the injected instance of IScreenUtil/ScreenUtil coming from?