Пример #1
0
 // Update method for each path node used in binding steps.
 internal void Update_Albums(global::App1.Model.Albums obj, bool isInitialUpdate = false)
 {
     if (isInitialUpdate)
     {
         this.SetValue_obj6_ItemsSource(obj);
     }
 }
Пример #2
0
            private void SetValue_obj6_ItemsSource(global::App1.Model.Albums obj)
            {
                try
                {
                    this.obj6.ItemsSource = obj;
                }
                catch (
#pragma warning disable 0168
                    global::System.Exception ex
#pragma warning restore 0168
                    )
                {
#if DEBUG && !DISABLE_XAML_GENERATED_BINDING_DEBUG_OUTPUT
                    global::System.Diagnostics.Debug.WriteLine("Binding failure in assigning 'ItemsControl.ItemsSource' = 'Albums' at C:\\Projects\\WIN 10\\Demos apps\\App1\\Windows10Sample\\MainPage.xaml, line 112 : " + ex.Message);
#endif
                }
            }