Exemplo n.º 1
0
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     this.bindingsTracking.ReleaseAllListeners();
     if (newDataRoot != null)
     {
         this.dataRoot = (global::TravelApp.Models.TravelLocation)newDataRoot;
         return(true);
     }
     return(false);
 }
Exemplo n.º 2
0
 private void Update__vm_SelectedLocation(global::TravelApp.Models.TravelLocation obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED | DATA_CHANGED)) != 0)
     {
         // Views\TravelPlanDetailsPage\RouteFrame.xaml line 50
         if (!isobj4SelectedItemDisabled)
         {
             XamlBindingSetters.Set_Windows_UI_Xaml_Controls_Primitives_Selector_SelectedItem(this.obj4, obj, null);
         }
     }
 }
Exemplo n.º 3
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::TravelApp.Models.TravelLocation obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0)
         {
             this.Update_Name(obj.Name, phase);
             this.Update_M_GetCoordinateString_757602046(phase);
         }
     }
     this.CompleteUpdate(phase);
 }