void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.UserControl = ((Apollo.HeaderButton)(target));
                return;

            case 2:
                this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
                return;

            case 3:
                this.Header = ((System.Windows.Shapes.Rectangle)(target));

            #line 16 "..\..\..\UserControls\HeaderButton.xaml"
                this.Header.PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.HandleHeaderPreviewMouseDown);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.UserControl = ((Apollo.HeaderButton)(target));
     return;
     case 2:
     this.LayoutRoot = ((System.Windows.Controls.Grid)(target));
     return;
     case 3:
     this.Header = ((System.Windows.Shapes.Rectangle)(target));
     
     #line 16 "..\..\..\UserControls\HeaderButton.xaml"
     this.Header.PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.HandleHeaderPreviewMouseDown);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }