public DetallesPersona_obj1_Bindings TryGetBindingObject() { DetallesPersona_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\Personas\DetallesPersona.xaml line 1 { global::Windows.UI.Xaml.Controls.Page element1 = (global::Windows.UI.Xaml.Controls.Page)target; DetallesPersona_obj1_Bindings bindings = new DetallesPersona_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 DetallesPersona_obj1_BindingsTracking(DetallesPersona_obj1_Bindings obj) { weakRefToBindingObj = new global::System.WeakReference <DetallesPersona_obj1_Bindings>(obj); }