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;
                PatientProfilePage_obj1_Bindings      bindings = new PatientProfilePage_obj1_Bindings();
                returnValue = bindings;
                bindings.SetDataRoot(this);
                bindings.SetConverterLookupRoot(this);
                this.Bindings     = bindings;
                element1.Loading += bindings.Loading;
            }
            break;

            case 2:
            {
                global::Windows.UI.Xaml.Controls.Grid element2 = (global::Windows.UI.Xaml.Controls.Grid)target;
                PatientProfilePage_obj2_Bindings      bindings = new PatientProfilePage_obj2_Bindings();
                returnValue = bindings;
                bindings.SetDataRoot((global::TPT_MMAS.Shared.Model.Prescription)element2.DataContext);
                bindings.SetConverterLookupRoot(this);
                element2.DataContextChanged += bindings.DataContextChangedHandler;
                global::Windows.UI.Xaml.DataTemplate.SetExtensionInstance(element2, bindings);
            }
            break;

            case 25:
            {
                global::Windows.UI.Xaml.Controls.TextBlock element25 = (global::Windows.UI.Xaml.Controls.TextBlock)target;
                PatientProfilePage_obj25_Bindings          bindings  = new PatientProfilePage_obj25_Bindings();
                returnValue = bindings;
                bindings.SetDataRoot((global::TPT_MMAS.Shared.Model.Personnel)element25.DataContext);
                element25.DataContextChanged += bindings.DataContextChangedHandler;
                global::Windows.UI.Xaml.DataTemplate.SetExtensionInstance(element25, bindings);
            }
            break;
            }
            return(returnValue);
        }
Пример #2
0
 public PatientProfilePage_obj1_BindingsTracking(PatientProfilePage_obj1_Bindings obj)
 {
     WeakRefToBindingObj = new global::System.WeakReference <PatientProfilePage_obj1_Bindings>(obj);
 }