// IComponentConnector

            public void Connect(int connectionId, global::System.Object target)
            {
                switch (connectionId)
                {
                case 11:
                    this.obj11 = (global::Template10.Controls.MasterDetailsView)target;
                    (this.obj11).RegisterPropertyChangedCallback(global::Windows.UI.Xaml.Controls.Primitives.Selector.SelectedItemProperty,
                                                                 (global::Windows.UI.Xaml.DependencyObject sender, global::Windows.UI.Xaml.DependencyProperty prop) =>
                    {
                        if (this.initialized)
                        {
                            // Update Two Way binding
                            this.dataRoot.ViewModel.Selected = (this.obj11).SelectedItem;
                        }
                    });
                    break;

                case 12:
                    this.obj12 = (global::Windows.UI.Xaml.Controls.AppBarButton)target;
                    break;

                default:
                    break;
                }
            }
 public static void Set_Template10_Controls_MasterDetailsView_Details(global::Template10.Controls.MasterDetailsView obj, global::System.Object value, string targetNullValue)
 {
     if (value == null && targetNullValue != null)
     {
         value = (global::System.Object)global::Windows.UI.Xaml.Markup.XamlBindingHelper.ConvertValue(typeof(global::System.Object), targetNullValue);
     }
     obj.Details = value;
 }
 public static void Set_Template10_Controls_MasterDetailsView_IsMasterLoading(global::Template10.Controls.MasterDetailsView obj, global::System.Boolean value)
 {
     obj.IsMasterLoading = value;
 }