void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.ribbon = ((Fluent.Ribbon)(target));
                return;

            case 2:
                this.toolsGroup = ((Fluent.RibbonContextualTabGroup)(target));
                return;

            case 3:
                this.contentPanel = ((ContentPanel.TabControlView)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.ribbon = ((Fluent.Ribbon)(target));
     return;
     case 2:
     this.toolsGroup = ((Fluent.RibbonContextualTabGroup)(target));
     return;
     case 3:
     this.contentPanel = ((ContentPanel.TabControlView)(target));
     return;
     }
     this._contentLoaded = true;
 }