void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.flipper = ((Bornander.UI.FlipPanel)(target));

            #line 14 "..\..\..\Manager\TableView.xaml"
                this.flipper.PreviewMouseLeftButtonDown += new System.Windows.Input.MouseButtonEventHandler(this.FlipPanel_PreviewMouseLeftButtonDown);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
Пример #2
0
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.flipper = ((Bornander.UI.FlipPanel)(target));
                return;

            case 2:

            #line 15 "..\..\..\SimpleTest.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;

            case 3:

            #line 20 "..\..\..\SimpleTest.xaml"
                ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Button_Click);

            #line default
            #line hidden
                return;

            case 4:

            #line 25 "..\..\..\SimpleTest.xaml"
                ((System.Windows.Controls.Slider)(target)).ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler <double>(this.Slider_ValueChanged);

            #line default
            #line hidden
                return;

            case 5:
                this.flipOrientationButton = ((System.Windows.Controls.Button)(target));

            #line 26 "..\..\..\SimpleTest.xaml"
                this.flipOrientationButton.Click += new System.Windows.RoutedEventHandler(this.Button_Click_1);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.flipper = ((Bornander.UI.FlipPanel)(target));
     return;
     case 2:
     this.WPFDemoContainer = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.FrontSwitchButton = ((System.Windows.Controls.Button)(target));
     
     #line 19 "..\..\CodeVisualizer.xaml"
     this.FrontSwitchButton.Click += new System.Windows.RoutedEventHandler(this.FrontSwitchButton_OnClick);
     
     #line default
     #line hidden
     return;
     case 4:
     this.textEditor = ((WPFPresentation.MvvmTextEditor)(target));
     return;
     case 5:
     this.SizeSlider = ((System.Windows.Controls.Slider)(target));
     return;
     case 6:
     this.evalButton = ((System.Windows.Controls.Button)(target));
     
     #line 41 "..\..\CodeVisualizer.xaml"
     this.evalButton.Click += new System.Windows.RoutedEventHandler(this.EvalButton_OnClick);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }