Interaction logic for SidePanel.xaml
Inheritance: System.Windows.Controls.UserControl
Exemple #1
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.SidePanelControl = ((Combogallary.Themes.SidePanel)(target));
     return;
     case 2:
     this.grid = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.translateTransform = ((System.Windows.Media.TranslateTransform)(target));
     return;
     case 4:
     this.borderMainPanel = ((System.Windows.Controls.Border)(target));
     return;
     case 5:
     this.borderTitle = ((System.Windows.Controls.Border)(target));
     return;
     case 6:
     this.scaleTransform = ((System.Windows.Media.ScaleTransform)(target));
     return;
     case 7:
     this.borderTitleTranslateTransform = ((System.Windows.Media.TranslateTransform)(target));
     return;
     case 8:
     this.txtTitle = ((System.Windows.Controls.TextBlock)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.lsbPictures = ((System.Windows.Controls.ListBox)(target));
     return;
     case 2:
     this.sidePanel = ((Combogallary.Themes.SidePanel)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemple #3
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.lsbMainAlbums = ((System.Windows.Controls.ListBox)(target));
     
     #line 24 "..\..\MainWindow.xaml"
     this.lsbMainAlbums.MouseDoubleClick += new System.Windows.Input.MouseButtonEventHandler(this.lsbMainAlbums_MouseDoubleClick);
     
     #line default
     #line hidden
     return;
     case 2:
     this.sidePanelAlbums = ((Combogallary.Themes.SidePanel)(target));
     return;
     case 3:
     this.lblWelcom = ((System.Windows.Controls.Label)(target));
     return;
     }
     this._contentLoaded = true;
 }
Exemple #4
0
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.lsbMainAlbums = ((System.Windows.Controls.ListBox)(target));
     return;
     case 2:
     this.sidePanelAlbums = ((Combogallary.Themes.SidePanel)(target));
     return;
     case 3:
     
     #line 43 "..\..\..\View\MainWindow.xaml"
     ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);
     
     #line default
     #line hidden
     return;
     case 4:
     this.btnCreateAlbum = ((System.Windows.Controls.Button)(target));
     
     #line 61 "..\..\..\View\MainWindow.xaml"
     this.btnCreateAlbum.Click += new System.Windows.RoutedEventHandler(this.btnCreateAlbum_Click);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }