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\Recently.xaml line 1 { global::Windows.UI.Xaml.Controls.Page element1 = (global::Windows.UI.Xaml.Controls.Page)target; Recently_obj1_Bindings bindings = new Recently_obj1_Bindings(); returnValue = bindings; bindings.SetDataRoot(this); this.Bindings = bindings; element1.Loading += bindings.Loading; } break; case 3: // View\Recently.xaml line 16 { global::Windows.UI.Xaml.Controls.StackPanel element3 = (global::Windows.UI.Xaml.Controls.StackPanel)target; Recently_obj3_Bindings bindings = new Recently_obj3_Bindings(); returnValue = bindings; bindings.SetDataRoot(element3.DataContext); element3.DataContextChanged += bindings.DataContextChangedHandler; global::Windows.UI.Xaml.DataTemplate.SetExtensionInstance(element3, bindings); global::Windows.UI.Xaml.Markup.XamlBindingHelper.SetDataTemplateComponent(element3, bindings); } break; } return(returnValue); }
public void CollectionChanged_ListRecently(object sender, global::System.Collections.Specialized.NotifyCollectionChangedEventArgs e) { Recently_obj1_Bindings bindings = TryGetBindingObject(); if (bindings != null) { global::System.Collections.ObjectModel.ObservableCollection <global::MusicBox.Entity.Song> obj = sender as global::System.Collections.ObjectModel.ObservableCollection <global::MusicBox.Entity.Song>; } }
public Recently_obj1_Bindings TryGetBindingObject() { Recently_obj1_Bindings bindingObject = null; if (weakRefToBindingObj != null) { weakRefToBindingObj.TryGetTarget(out bindingObject); if (bindingObject == null) { weakRefToBindingObj = null; ReleaseAllListeners(); } } return(bindingObject); }
public void PropertyChanged_ListRecently(object sender, global::System.ComponentModel.PropertyChangedEventArgs e) { Recently_obj1_Bindings bindings = TryGetBindingObject(); if (bindings != null) { string propName = e.PropertyName; global::System.Collections.ObjectModel.ObservableCollection <global::MusicBox.Entity.Song> obj = sender as global::System.Collections.ObjectModel.ObservableCollection <global::MusicBox.Entity.Song>; if (global::System.String.IsNullOrEmpty(propName)) { } else { switch (propName) { default: break; } } } }
public Recently_obj1_BindingsTracking(Recently_obj1_Bindings obj) { weakRefToBindingObj = new global::System.WeakReference <Recently_obj1_Bindings>(obj); }