BlueSky.OutputWindow.System C# (CSharp) Method

System() private method

private System ( int connectionId, object target ) : void
connectionId int
target object
return void
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
            switch (connectionId)
            {
            case 1:
            this.outwin = ((BlueSky.OutputWindow)(target));
            
            #line 5 "..\..\OutputWindow.xaml"
            this.outwin.SizeChanged += new System.Windows.SizeChangedEventHandler(this.outwin_SizeChanged);
            
            #line default
            #line hidden
            
            #line 6 "..\..\OutputWindow.xaml"
            this.outwin.Closing += new System.ComponentModel.CancelEventHandler(this.outwin_Closing);
            
            #line default
            #line hidden
            
            #line 7 "..\..\OutputWindow.xaml"
            this.outwin.Closed += new System.EventHandler(this.outwin_Closed);
            
            #line default
            #line hidden
            
            #line 8 "..\..\OutputWindow.xaml"
            this.outwin.Loaded += new System.Windows.RoutedEventHandler(this.outwin_Loaded);
            
            #line default
            #line hidden
            return;
            case 2:
            this.parentgrid = ((System.Windows.Controls.Grid)(target));
            return;
            case 3:
            this.top = ((System.Windows.Controls.RowDefinition)(target));
            return;
            case 4:
            this.bottom = ((System.Windows.Controls.RowDefinition)(target));
            return;
            case 5:
            this.leftmost = ((System.Windows.Controls.ColumnDefinition)(target));
            return;
            case 6:
            this.rightmost = ((System.Windows.Controls.ColumnDefinition)(target));
            return;
            case 7:
            this.outputgrid = ((System.Windows.Controls.Grid)(target));
            return;
            case 8:
            this.outputborder = ((System.Windows.Controls.Border)(target));
            return;
            case 9:
            this.outputsubgrid = ((System.Windows.Controls.Grid)(target));
            return;
            case 10:
            this.OutputTitle = ((System.Windows.Controls.TextBlock)(target));
            return;
            case 11:
            this.menu1 = ((System.Windows.Controls.Menu)(target));
            return;
            case 12:
            
            #line 69 "..\..\OutputWindow.xaml"
            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.open_Click);
            
            #line default
            #line hidden
            return;
            case 13:
            
            #line 70 "..\..\OutputWindow.xaml"
            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.dump_Click);
            
            #line default
            #line hidden
            return;
            case 14:
            
            #line 71 "..\..\OutputWindow.xaml"
            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItemClose_Click);
            
            #line default
            #line hidden
            return;
            case 15:
            this.vertical = ((System.Windows.Controls.MenuItem)(target));
            
            #line 81 "..\..\OutputWindow.xaml"
            this.vertical.Click += new System.Windows.RoutedEventHandler(this.flip_Click);
            
            #line default
            #line hidden
            return;
            case 16:
            this.horizontal = ((System.Windows.Controls.MenuItem)(target));
            
            #line 82 "..\..\OutputWindow.xaml"
            this.horizontal.Click += new System.Windows.RoutedEventHandler(this.flip_Click);
            
            #line default
            #line hidden
            return;
            case 17:
            this.navtreemi = ((System.Windows.Controls.MenuItem)(target));
            
            #line 83 "..\..\OutputWindow.xaml"
            this.navtreemi.Click += new System.Windows.RoutedEventHandler(this.navtreemi_Click);
            
            #line default
            #line hidden
            return;
            case 18:
            this.dialogtoolbar = ((System.Windows.Controls.ToolBar)(target));
            return;
            case 19:
            this.outwingrid = ((System.Windows.Controls.Grid)(target));
            return;
            case 20:
            this.navtreecol = ((System.Windows.Controls.ColumnDefinition)(target));
            return;
            case 21:
            this.NavTree = ((System.Windows.Controls.TreeView)(target));
            return;
            case 22:
            this.scrollviewer = ((System.Windows.Controls.ScrollViewer)(target));
            return;
            case 23:
            this.panelcontainer = ((System.Windows.Controls.Grid)(target));
            return;
            case 24:
            this.mypanel = ((System.Windows.Controls.StackPanel)(target));
            return;
            case 25:
            this.gridSplitter1 = ((System.Windows.Controls.GridSplitter)(target));
            return;
            case 26:
            this.horizontalsplit = ((System.Windows.Controls.GridSplitter)(target));
            return;
            case 27:
            this.verticalsplit = ((System.Windows.Controls.GridSplitter)(target));
            return;
            case 28:
            this.syntaxgrid = ((System.Windows.Controls.Grid)(target));
            return;
            case 29:
            this.syntaxborder = ((System.Windows.Controls.Border)(target));
            return;
            case 30:
            this.syntaxsubgrid = ((System.Windows.Controls.Grid)(target));
            return;
            case 31:
            this.rowdefsyntax = ((System.Windows.Controls.RowDefinition)(target));
            return;
            case 32:
            this.titlegrid = ((System.Windows.Controls.Grid)(target));
            return;
            case 33:
            this.splitimg = ((System.Windows.Controls.Image)(target));
            
            #line 154 "..\..\OutputWindow.xaml"
            this.splitimg.MouseDown += new System.Windows.Input.MouseButtonEventHandler(this.Image_MouseDown);
            
            #line default
            #line hidden
            return;
            case 34:
            this.SyntaxTitle = ((System.Windows.Controls.TextBlock)(target));
            return;
            case 35:
            this.belowsynaxtitlegrid = ((System.Windows.Controls.Grid)(target));
            return;
            case 36:
            this.SMenu = ((System.Windows.Controls.Menu)(target));
            return;
            case 37:
            
            #line 169 "..\..\OutputWindow.xaml"
            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItemNew_Click);
            
            #line default
            #line hidden
            return;
            case 38:
            
            #line 170 "..\..\OutputWindow.xaml"
            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItemOpen_Click);
            
            #line default
            #line hidden
            return;
            case 39:
            
            #line 171 "..\..\OutputWindow.xaml"
            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItemSave_Click);
            
            #line default
            #line hidden
            return;
            case 40:
            
            #line 172 "..\..\OutputWindow.xaml"
            ((System.Windows.Controls.MenuItem)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItemSaveAs_Click);
            
            #line default
            #line hidden
            return;
            case 41:
            this.findreplace = ((System.Windows.Controls.MenuItem)(target));
            
            #line 181 "..\..\OutputWindow.xaml"
            this.findreplace.Click += new System.Windows.RoutedEventHandler(this.findreplace_Click);
            
            #line default
            #line hidden
            return;
            case 42:
            
            #line 185 "..\..\OutputWindow.xaml"
            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItemNew_Click);
            
            #line default
            #line hidden
            return;
            case 43:
            
            #line 193 "..\..\OutputWindow.xaml"
            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItemOpen_Click);
            
            #line default
            #line hidden
            return;
            case 44:
            
            #line 201 "..\..\OutputWindow.xaml"
            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.MenuItemSave_Click);
            
            #line default
            #line hidden
            return;
            case 45:
            
            #line 212 "..\..\OutputWindow.xaml"
            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.runButton_Click);
            
            #line default
            #line hidden
            return;
            case 46:
            
            #line 220 "..\..\OutputWindow.xaml"
            ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Refresh_Click);
            
            #line default
            #line hidden
            return;
            case 47:
            this.inputTextbox = ((System.Windows.Controls.TextBox)(target));
            
            #line 271 "..\..\OutputWindow.xaml"
            this.inputTextbox.TextChanged += new System.Windows.Controls.TextChangedEventHandler(this.inputTextbox_TextChanged);
            
            #line default
            #line hidden
            return;
            }
            this._contentLoaded = true;
        }
    }