void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.InformationDialogWindow = ((MetroDemo.ExampleWindows.InformationDialog)(target));

            #line 16 "..\..\..\..\Windows\InformationDialog.xaml"
                this.InformationDialogWindow.Loaded += new System.Windows.RoutedEventHandler(this.InformationDialog_OnLoaded);

            #line default
            #line hidden
                return;

            case 2:
                this.HelpInfo = ((System.Windows.Controls.WebBrowser)(target));

            #line 56 "..\..\..\..\Windows\InformationDialog.xaml"
                this.HelpInfo.Navigated += new System.Windows.Navigation.NavigatedEventHandler(this.HelpInfo_OnNavigated);

            #line default
            #line hidden
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.InformationDialogWindow = ((MetroDemo.ExampleWindows.InformationDialog)(target));
     
     #line 16 "..\..\..\..\Windows\InformationDialog.xaml"
     this.InformationDialogWindow.Loaded += new System.Windows.RoutedEventHandler(this.InformationDialog_OnLoaded);
     
     #line default
     #line hidden
     return;
     case 2:
     this.HelpInfo = ((System.Windows.Controls.WebBrowser)(target));
     
     #line 56 "..\..\..\..\Windows\InformationDialog.xaml"
     this.HelpInfo.Navigated += new System.Windows.Navigation.NavigatedEventHandler(this.HelpInfo_OnNavigated);
     
     #line default
     #line hidden
     return;
     }
     this._contentLoaded = true;
 }