Example #1
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::VisualExplorer.Pages.Fields.Tiles.TilesField obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0)
         {
             this.Update_themeAgency(obj.themeAgency, phase);
         }
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_entries(obj.entries, phase);
         }
         if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0)
         {
             this.Update_viewFixer(obj.viewFixer, phase);
         }
     }
 }
Example #2
0
            // TilesField_obj1_Bindings

            public void SetDataRoot(global::VisualExplorer.Pages.Fields.Tiles.TilesField newDataRoot)
            {
                this.bindingsTracking.ReleaseAllListeners();
                this.dataRoot = newDataRoot;
            }