I've noticed that Xamarin.Mobile assemblies exist for each of Win8, iPhone, and Android ~ which means in the Xamarin.Forms contexts, they are referenced in the the projects specific Host projects (i.e. iPhone, Android) projects, but not the common core PCL projects that are shared by the host projects.
Does anyone have a Xamarin.Mobile strategy of how to use .Mobile in the .Forms context?