private void Update_resultViewModel_DataSource(global::CodeChallenge.Helpers.IncrementalItemsSource obj, int phase)
 {
     if ((phase & ((1 << 0) | NOT_PHASED | DATA_CHANGED)) != 0)
     {
         XamlBindingSetters.Set_Windows_UI_Xaml_Controls_ItemsControl_ItemsSource(this.obj16, obj, null);
     }
 }
                public void CollectionChanged_resultViewModel_DataSource(object sender, global::System.Collections.Specialized.NotifyCollectionChangedEventArgs e)
                {
                    ResultView_obj1_Bindings bindings;

                    if (WeakRefToBindingObj.TryGetTarget(out bindings))
                    {
                        global::CodeChallenge.Helpers.IncrementalItemsSource obj = sender as global::CodeChallenge.Helpers.IncrementalItemsSource;
                    }
                }