Ejemplo n.º 1
0
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     this.bindingsTracking.ReleaseAllListeners();
     if (newDataRoot != null)
     {
         this.dataRoot = (global::ASM.Views.Account)newDataRoot;
         return(true);
     }
     return(false);
 }
Ejemplo n.º 2
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::ASM.Views.Account obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0)
         {
             this.Update_currentLogin(obj.currentLogin, phase);
         }
     }
     if ((phase & ((1 << 0) | NOT_PHASED)) != 0)
     {
         // Views\Account.xaml line 114
         XamlBindingSetters.Set_Windows_UI_Xaml_Controls_TextBlock_Text(this.obj5, obj != null ? obj.ToString() : null, null);
     }
 }