示例#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\LogIn\FieldSelectionPage.xaml line 1
            {
                global::Windows.UI.Xaml.Controls.Page element1 = (global::Windows.UI.Xaml.Controls.Page)target;
                FieldSelectionPage_obj1_Bindings      bindings = new FieldSelectionPage_obj1_Bindings();
                returnValue = bindings;
                bindings.SetDataRoot(this);
                this.Bindings     = bindings;
                element1.Loading += bindings.Loading;
            }
            break;

            case 5: // Pages\LogIn\FieldSelectionPage.xaml line 52
            {
                global::Windows.UI.Xaml.Controls.Grid element5 = (global::Windows.UI.Xaml.Controls.Grid)target;
                FieldSelectionPage_obj5_Bindings      bindings = new FieldSelectionPage_obj5_Bindings();
                returnValue = bindings;
                bindings.SetDataRoot(element5.DataContext);
                element5.DataContextChanged += bindings.DataContextChangedHandler;
                global::Windows.UI.Xaml.DataTemplate.SetExtensionInstance(element5, bindings);
                global::Windows.UI.Xaml.Markup.XamlBindingHelper.SetDataTemplateComponent(element5, bindings);
            }
            break;
            }
            return(returnValue);
        }
示例#2
0
                public void CollectionChanged_fieldTable_FieldsList(object sender, global::System.Collections.Specialized.NotifyCollectionChangedEventArgs e)
                {
                    FieldSelectionPage_obj1_Bindings bindings = TryGetBindingObject();

                    if (bindings != null)
                    {
                        global::System.Collections.ObjectModel.ObservableCollection <global::winapp.Classes.Fields> obj = sender as global::System.Collections.ObjectModel.ObservableCollection <global::winapp.Classes.Fields>;
                    }
                }
示例#3
0
                public FieldSelectionPage_obj1_Bindings TryGetBindingObject()
                {
                    FieldSelectionPage_obj1_Bindings bindingObject = null;

                    if (weakRefToBindingObj != null)
                    {
                        weakRefToBindingObj.TryGetTarget(out bindingObject);
                        if (bindingObject == null)
                        {
                            weakRefToBindingObj = null;
                            ReleaseAllListeners();
                        }
                    }
                    return(bindingObject);
                }
示例#4
0
                public void PropertyChanged_fieldTable_FieldsList(object sender, global::System.ComponentModel.PropertyChangedEventArgs e)
                {
                    FieldSelectionPage_obj1_Bindings bindings = TryGetBindingObject();

                    if (bindings != null)
                    {
                        string propName = e.PropertyName;
                        global::System.Collections.ObjectModel.ObservableCollection <global::winapp.Classes.Fields> obj = sender as global::System.Collections.ObjectModel.ObservableCollection <global::winapp.Classes.Fields>;
                        if (global::System.String.IsNullOrEmpty(propName))
                        {
                        }
                        else
                        {
                            switch (propName)
                            {
                            default:
                                break;
                            }
                        }
                    }
                }
示例#5
0
 public FieldSelectionPage_obj1_BindingsTracking(FieldSelectionPage_obj1_Bindings obj)
 {
     weakRefToBindingObj = new global::System.WeakReference <FieldSelectionPage_obj1_Bindings>(obj);
 }