public void PropertyChanged_ViewModel(object sender, global::System.ComponentModel.PropertyChangedEventArgs e) { Person_obj1_Bindings bindings = TryGetBindingObject(); if (bindings != null) { string propName = e.PropertyName; global::_4___UD11.ViewModels.PersonVM obj = sender as global::_4___UD11.ViewModels.PersonVM; if (global::System.String.IsNullOrEmpty(propName)) { if (obj != null) { bindings.Update_ViewModel_PersonFocus(obj.PersonFocus, DATA_CHANGED); } } else { switch (propName) { case "PersonFocus": { if (obj != null) { bindings.Update_ViewModel_PersonFocus(obj.PersonFocus, DATA_CHANGED); } break; } default: break; } } } }
public Person_obj1_Bindings TryGetBindingObject() { Person_obj1_Bindings bindingObject = null; if (weakRefToBindingObj != null) { weakRefToBindingObj.TryGetTarget(out bindingObject); if (bindingObject == null) { weakRefToBindingObj = null; ReleaseAllListeners(); } } return(bindingObject); }
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\Person.xaml line 1 { global::Windows.UI.Xaml.Controls.Page element1 = (global::Windows.UI.Xaml.Controls.Page)target; Person_obj1_Bindings bindings = new Person_obj1_Bindings(); returnValue = bindings; bindings.SetDataRoot(this); this.Bindings = bindings; element1.Loading += bindings.Loading; global::Windows.UI.Xaml.Markup.XamlBindingHelper.SetDataTemplateComponent(element1, bindings); } break; } return(returnValue); }
public Person_obj1_BindingsTracking(Person_obj1_Bindings obj) { weakRefToBindingObj = new global::System.WeakReference <Person_obj1_Bindings>(obj); }