public global::Windows.UI.Xaml.Markup.IComponentConnector GetBindingConnector(int connectionId, object target)
        {
            global::Windows.UI.Xaml.Markup.IComponentConnector returnValue = null;
            switch (connectionId)
            {
            case 1:
            {
                global::Windows.UI.Xaml.Controls.Page element1 = (global::Windows.UI.Xaml.Controls.Page)target;
                ReportPage_Mobile_obj1_Bindings       bindings = new ReportPage_Mobile_obj1_Bindings();
                returnValue = bindings;
                bindings.SetDataRoot(this);
                this.Bindings     = bindings;
                element1.Loading += bindings.Loading;
            }
            break;

            case 8:
            {
                global::Windows.UI.Xaml.Controls.Grid element8 = (global::Windows.UI.Xaml.Controls.Grid)target;
                ReportPage_Mobile_obj8_Bindings       bindings = new ReportPage_Mobile_obj8_Bindings();
                returnValue = bindings;
                bindings.SetDataRoot((global::BalanceSheet.Models.ListBalance)element8.DataContext);
                element8.DataContextChanged += bindings.DataContextChangedHandler;
                global::Windows.UI.Xaml.DataTemplate.SetExtensionInstance(element8, bindings);
            }
            break;

            case 11:
            {
                global::Windows.UI.Xaml.Controls.Grid element11 = (global::Windows.UI.Xaml.Controls.Grid)target;
                ReportPage_Mobile_obj11_Bindings      bindings  = new ReportPage_Mobile_obj11_Bindings();
                returnValue = bindings;
                bindings.SetDataRoot((global::BalanceSheet.Models.ListBalance)element11.DataContext);
                element11.DataContextChanged += bindings.DataContextChangedHandler;
                global::Windows.UI.Xaml.DataTemplate.SetExtensionInstance(element11, bindings);
            }
            break;
            }
            return(returnValue);
        }
 public ReportPage_Mobile_obj1_BindingsTracking(ReportPage_Mobile_obj1_Bindings obj)
 {
     WeakRefToBindingObj = new global::System.WeakReference <ReportPage_Mobile_obj1_Bindings>(obj);
 }