Exemple #1
0
        public global::Windows.UI.Xaml.Markup.IComponentConnector GetBindingConnector(int connectionId, object target)
        {
            global::Windows.UI.Xaml.Markup.IComponentConnector returnValue = null;
            switch (connectionId)
            {
            case 1: // Pages\ProjectManagementPage.xaml line 1
            {
                global::Windows.UI.Xaml.Controls.Page element1 = (global::Windows.UI.Xaml.Controls.Page)target;
                ProjectManagementPage_obj1_Bindings   bindings = new ProjectManagementPage_obj1_Bindings();
                returnValue = bindings;
                bindings.SetDataRoot(this);
                this.Bindings     = bindings;
                element1.Loading += bindings.Loading;
            }
            break;

            case 4: // Pages\ProjectManagementPage.xaml line 95
            {
                global::Windows.UI.Xaml.Controls.Grid element4 = (global::Windows.UI.Xaml.Controls.Grid)target;
                ProjectManagementPage_obj4_Bindings   bindings = new ProjectManagementPage_obj4_Bindings();
                returnValue = bindings;
                bindings.SetDataRoot(element4.DataContext);
                element4.DataContextChanged += bindings.DataContextChangedHandler;
                global::Windows.UI.Xaml.DataTemplate.SetExtensionInstance(element4, bindings);
                global::Windows.UI.Xaml.Markup.XamlBindingHelper.SetDataTemplateComponent(element4, bindings);
            }
            break;
            }
            return(returnValue);
        }
Exemple #2
0
                public ProjectManagementPage_obj4_Bindings TryGetBindingObject()
                {
                    ProjectManagementPage_obj4_Bindings bindingObject = null;

                    if (weakRefToBindingObj != null)
                    {
                        weakRefToBindingObj.TryGetTarget(out bindingObject);
                        if (bindingObject == null)
                        {
                            weakRefToBindingObj = null;
                            ReleaseAllListeners();
                        }
                    }
                    return(bindingObject);
                }
Exemple #3
0
 public ProjectManagementPage_obj4_BindingsTracking(ProjectManagementPage_obj4_Bindings obj)
 {
     weakRefToBindingObj = new global::System.WeakReference <ProjectManagementPage_obj4_Bindings>(obj);
 }