void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Header = ((System.Windows.Controls.Border)(target));
                return;

            case 2:
                this.ActionsTreeView = ((ICSharpCode.SharpDevelop.Refactoring.ContextActionsControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
        void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.Header = ((System.Windows.Controls.Border)(target));

            #line 200 "..\..\..\..\..\..\Src\Services\RefactoringService\ContextActions\ContextActionsBulbControl.xaml"
                this.Header.MouseUp += new System.Windows.Input.MouseButtonEventHandler(this.Header_MouseUp);

            #line default
            #line hidden
                return;

            case 2:
                this.ContentBorder = ((System.Windows.Controls.Border)(target));
                return;

            case 3:
                this.ActionsTreeView = ((ICSharpCode.SharpDevelop.Refactoring.ContextActionsControl)(target));
                return;

            case 5:
                this.HiddenActionsExpander = ((System.Windows.Controls.Expander)(target));

            #line 256 "..\..\..\..\..\..\Src\Services\RefactoringService\ContextActions\ContextActionsBulbControl.xaml"
                this.HiddenActionsExpander.Expanded += new System.Windows.RoutedEventHandler(this.Expander_Expanded);

            #line default
            #line hidden
                return;

            case 6:
                this.HiddenActionsTreeView = ((ICSharpCode.SharpDevelop.Refactoring.ContextActionsControl)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Header = ((System.Windows.Controls.Border)(target));
     
     #line 199 "..\..\..\..\..\..\Src\Services\RefactoringService\ContextActions\ContextActionsBulbControl.xaml"
     this.Header.MouseUp += new System.Windows.Input.MouseButtonEventHandler(this.Header_MouseUp);
     
     #line default
     #line hidden
     return;
     case 2:
     this.ContentBorder = ((System.Windows.Controls.Border)(target));
     return;
     case 3:
     this.ActionsTreeView = ((ICSharpCode.SharpDevelop.Refactoring.ContextActionsControl)(target));
     return;
     case 5:
     this.HiddenActionsExpander = ((System.Windows.Controls.Expander)(target));
     
     #line 255 "..\..\..\..\..\..\Src\Services\RefactoringService\ContextActions\ContextActionsBulbControl.xaml"
     this.HiddenActionsExpander.Expanded += new System.Windows.RoutedEventHandler(this.Expander_Expanded);
     
     #line default
     #line hidden
     return;
     case 6:
     this.HiddenActionsTreeView = ((ICSharpCode.SharpDevelop.Refactoring.ContextActionsControl)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.Header = ((System.Windows.Controls.Border)(target));
     return;
     case 2:
     this.ActionsTreeView = ((ICSharpCode.SharpDevelop.Refactoring.ContextActionsControl)(target));
     return;
     }
     this._contentLoaded = true;
 }