public void UpdateChildListeners_ViewModel_SharedData(global::StreamKontrolUnit.ViewModels.SharedDataViewModelBase obj)
 {
     if (obj != cache_ViewModel_SharedData)
     {
         if (cache_ViewModel_SharedData != null)
         {
             ((global::System.ComponentModel.INotifyPropertyChanged)cache_ViewModel_SharedData).PropertyChanged -= PropertyChanged_ViewModel_SharedData;
             cache_ViewModel_SharedData = null;
         }
         if (obj != null)
         {
             cache_ViewModel_SharedData = obj;
             ((global::System.ComponentModel.INotifyPropertyChanged)obj).PropertyChanged += PropertyChanged_ViewModel_SharedData;
         }
     }
 }
 private void Update_ViewModel_SharedData(global::StreamKontrolUnit.ViewModels.SharedDataViewModelBase obj, int phase)
 {
     this.bindingsTracking.UpdateChildListeners_ViewModel_SharedData(obj);
     if (obj != null)
     {
         if ((phase & (NOT_PHASED | (1 << 0))) != 0)
         {
             this.Update_ViewModel_SharedData_PageTitle(obj.PageTitle, phase);
         }
     }
     if ((phase & ((1 << 0) | NOT_PHASED | DATA_CHANGED)) != 0)
     {
         // Views\ShareTargetPage.xaml line 28
         XamlBindingSetters.Set_Windows_UI_Xaml_Controls_ContentControl_Content(this.obj4, obj, null);
     }
 }
                public void PropertyChanged_ViewModel_SharedData(object sender, global::System.ComponentModel.PropertyChangedEventArgs e)
                {
                    ShareTargetPage_obj1_Bindings bindings = TryGetBindingObject();

                    if (bindings != null)
                    {
                        string propName = e.PropertyName;
                        global::StreamKontrolUnit.ViewModels.SharedDataViewModelBase obj = sender as global::StreamKontrolUnit.ViewModels.SharedDataViewModelBase;
                        if (global::System.String.IsNullOrEmpty(propName))
                        {
                        }
                        else
                        {
                            switch (propName)
                            {
                            default:
                                break;
                            }
                        }
                    }
                }