Example #1
0
 public bool SetDataRoot(global::System.Object newDataRoot)
 {
     this.bindingsTracking.ReleaseAllListeners();
     if (newDataRoot != null)
     {
         this.dataRoot = (global::Demoo.Views.MainPage)newDataRoot;
         return(true);
     }
     return(false);
 }
Example #2
0
 // Update methods for each path node used in binding steps.
 private void Update_(global::Demoo.Views.MainPage obj, int phase)
 {
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | DATA_CHANGED | (1 << 0))) != 0)
         {
             this.Update_SelectedVoice(obj.SelectedVoice, phase);
             this.Update_TextInput(obj.TextInput, phase);
         }
     }
     this.Update_Windows_Media_SpeechSynthesis_SpeechSynthesizer_AllVoices(global::Windows.Media.SpeechSynthesis.SpeechSynthesizer.AllVoices, phase);
 }