Example #1
0
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     if (newDataRoot != null)
     {
         this.dataRoot = (global::ObservableCollectionExample.Models.Icon)newDataRoot;
         return(true);
     }
     return(false);
 }
Example #2
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::ObservableCollectionExample.Models.Icon obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_IconPath(obj.IconPath, phase);
         }
     }
 }
Example #3
0
 public void DataContextChangedHandler(global::Windows.UI.Xaml.FrameworkElement sender, global::Windows.UI.Xaml.DataContextChangedEventArgs args)
 {
     global::ObservableCollectionExample.Models.Icon data = args.NewValue as global::ObservableCollectionExample.Models.Icon;
     if (args.NewValue != null && data == null)
     {
         throw new global::System.ArgumentException("Incorrect type passed into template. Based on the x:DataType global::ObservableCollectionExample.Models.Icon was expected.");
     }
     this.SetDataRoot(data);
     this.Update();
 }
Example #4
0
            // MainPage_obj11_Bindings

            public void SetDataRoot(global::ObservableCollectionExample.Models.Icon newDataRoot)
            {
                this.dataRoot = newDataRoot;
            }