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

            case 4: // Views\ViewMySong.xaml line 19
            {
                global::Windows.UI.Xaml.Controls.StackPanel element4 = (global::Windows.UI.Xaml.Controls.StackPanel)target;
                ViewMySong_obj4_Bindings bindings = new ViewMySong_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);
        }
                public void CollectionChanged_ListSong(object sender, global::System.Collections.Specialized.NotifyCollectionChangedEventArgs e)
                {
                    ViewMySong_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>;
                    }
                }
                public ViewMySong_obj1_Bindings TryGetBindingObject()
                {
                    ViewMySong_obj1_Bindings bindingObject = null;

                    if (weakRefToBindingObj != null)
                    {
                        weakRefToBindingObj.TryGetTarget(out bindingObject);
                        if (bindingObject == null)
                        {
                            weakRefToBindingObj = null;
                            ReleaseAllListeners();
                        }
                    }
                    return(bindingObject);
                }
                public void PropertyChanged_ListSong(object sender, global::System.ComponentModel.PropertyChangedEventArgs e)
                {
                    ViewMySong_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;
                            }
                        }
                    }
                }
 public ViewMySong_obj1_BindingsTracking(ViewMySong_obj1_Bindings obj)
 {
     weakRefToBindingObj = new global::System.WeakReference <ViewMySong_obj1_Bindings>(obj);
 }