void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.uiMainNotifyWindow = ((Whatsapp.Desktop.Presentation.MainNotifyWindow)(target));

            #line 16 "..\..\..\MainNotifyWindow.xaml"
                this.uiMainNotifyWindow.MouseEnter += new System.Windows.Input.MouseEventHandler(this.uiWindowMainNotification_MouseEnter);

            #line default
            #line hidden

            #line 17 "..\..\..\MainNotifyWindow.xaml"
                this.uiMainNotifyWindow.MouseLeave += new System.Windows.Input.MouseEventHandler(this.uiWindowMainNotification_MouseLeave);

            #line default
            #line hidden
                return;

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

            case 3:
                this.PinButton = ((Whatsapp.Desktop.Presentation.SlickToggleButton)(target));
                return;

            case 4:
                this.PinImage = ((System.Windows.Controls.Image)(target));
                return;

            case 5:
                this.CloseButton = ((Whatsapp.Desktop.Presentation.SlickToggleButton)(target));
                return;

            case 6:
                this.NotificationContent = ((System.Windows.Controls.Grid)(target));
                return;

            case 7:
                this.bottomPanel = ((Whatsapp.Desktop.Presentation.HorizontalSeparator)(target));
                return;

            case 8:
                this.TitleLabel = ((System.Windows.Controls.Label)(target));
                return;

            case 9:
                this.lvMessages = ((System.Windows.Controls.ListBox)(target));
                return;

            case 10:
                this.pnlTwoWay = ((System.Windows.Controls.StackPanel)(target));
                return;

            case 11:
                this.txtReply = ((System.Windows.Controls.TextBox)(target));
                return;

            case 12:
                this.btnReply = ((System.Windows.Controls.Button)(target));
                return;
            }
            this._contentLoaded = true;
        }