// Update methods for each path node used in binding steps.
 private void Update_(global::Ioespt.UWP.DeviceControl.Views.AddDevicePage obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0)
         {
             this.Update_ViewModel(obj.ViewModel, phase);
         }
     }
 }
            // AddDevicePage_obj1_Bindings

            public void SetDataRoot(global::Ioespt.UWP.DeviceControl.Views.AddDevicePage newDataRoot)
            {
                this.bindingsTracking.ReleaseAllListeners();
                this.dataRoot = newDataRoot;
            }
            // AddDevicePage_obj1_Bindings

            public void SetDataRoot(global::Ioespt.UWP.DeviceControl.Views.AddDevicePage newDataRoot)
            {
                this.bindingsTracking.ReleaseAllListeners();
                this.dataRoot = newDataRoot;
            }