예제 #1
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::VisualExplorer.Model.Navigation.MDeviceAccessItem obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_displayPath(obj.displayPath, phase);
         }
     }
 }
예제 #2
0
 public void DataContextChangedHandler(global::Windows.UI.Xaml.FrameworkElement sender, global::Windows.UI.Xaml.DataContextChangedEventArgs args)
 {
     global::VisualExplorer.Model.Navigation.MDeviceAccessItem data = args.NewValue as global::VisualExplorer.Model.Navigation.MDeviceAccessItem;
     if (args.NewValue != null && data == null)
     {
         throw new global::System.ArgumentException("Incorrect type passed into template. Based on the x:DataType global::VisualExplorer.Model.Navigation.MDeviceAccessItem was expected.");
     }
     this.SetDataRoot(data);
     this.Update();
 }
예제 #3
0
            // PageAccessContent_obj13_Bindings

            public void SetDataRoot(global::VisualExplorer.Model.Navigation.MDeviceAccessItem newDataRoot)
            {
                this.dataRoot = newDataRoot;
            }