Example #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: // View\LatestSong.xaml line 1
            {
                global::Windows.UI.Xaml.Controls.Page element1 = (global::Windows.UI.Xaml.Controls.Page)target;
                LatestSong_obj1_Bindings bindings = new LatestSong_obj1_Bindings();
                returnValue = bindings;
                bindings.SetDataRoot(this);
                this.Bindings     = bindings;
                element1.Loading += bindings.Loading;
            }
            break;

            case 16: // View\LatestSong.xaml line 24
            {
                global::Windows.UI.Xaml.Controls.StackPanel element16 = (global::Windows.UI.Xaml.Controls.StackPanel)target;
                LatestSong_obj16_Bindings bindings = new LatestSong_obj16_Bindings();
                returnValue = bindings;
                bindings.SetDataRoot(element16.DataContext);
                element16.DataContextChanged += bindings.DataContextChangedHandler;
                global::Windows.UI.Xaml.DataTemplate.SetExtensionInstance(element16, bindings);
                global::Windows.UI.Xaml.Markup.XamlBindingHelper.SetDataTemplateComponent(element16, bindings);
            }
            break;
            }
            return(returnValue);
        }
Example #2
0
                public void CollectionChanged_ArrayLatestSong(object sender, global::System.Collections.Specialized.NotifyCollectionChangedEventArgs e)
                {
                    LatestSong_obj1_Bindings bindings = TryGetBindingObject();

                    if (bindings != null)
                    {
                        global::System.Collections.ObjectModel.ObservableCollection <global::Asm.Entity.Song> obj = sender as global::System.Collections.ObjectModel.ObservableCollection <global::Asm.Entity.Song>;
                    }
                }
Example #3
0
                public LatestSong_obj1_Bindings TryGetBindingObject()
                {
                    LatestSong_obj1_Bindings bindingObject = null;

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

                    if (bindings != null)
                    {
                        string propName = e.PropertyName;
                        global::System.Collections.ObjectModel.ObservableCollection <global::Asm.Entity.Song> obj = sender as global::System.Collections.ObjectModel.ObservableCollection <global::Asm.Entity.Song>;
                        if (global::System.String.IsNullOrEmpty(propName))
                        {
                        }
                        else
                        {
                            switch (propName)
                            {
                            default:
                                break;
                            }
                        }
                    }
                }
Example #5
0
 public LatestSong_obj1_BindingsTracking(LatestSong_obj1_Bindings obj)
 {
     weakRefToBindingObj = new global::System.WeakReference <LatestSong_obj1_Bindings>(obj);
 }