示例#1
0
文件: EditItem.g.cs 项目: Treekay/UWP
 // Update methods for each path node used in binding steps.
 private void Update_(global::MyList.EditItem obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0)
         {
             this.Update_current(obj.current, phase);
             this.Update_ViewModel(obj.ViewModel, phase);
         }
     }
 }
示例#2
0
文件: EditItem.g.cs 项目: Treekay/UWP
            // EditItem_obj1_Bindings

            public void SetDataRoot(global::MyList.EditItem newDataRoot)
            {
                this.bindingsTracking.ReleaseAllListeners();
                this.dataRoot = newDataRoot;
            }