void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.This = ((Dominion.NET_WPF.Controls.ucCardConstraint)(target));

            #line 11 "..\..\..\Controls\ucCardConstraint.xaml"
                this.This.IsVisibleChanged += new System.Windows.DependencyPropertyChangedEventHandler(this.This_IsVisibleChanged);

            #line default
            #line hidden
                return;

            case 2:
                this.Testing = ((System.Windows.Controls.DockPanel)(target));
                return;

            case 3:
                this.tbFrom = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 4:
                this.cbMinimum = ((System.Windows.Controls.ComboBox)(target));

            #line 34 "..\..\..\Controls\ucCardConstraint.xaml"
                this.cbMinimum.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbMinimum_SelectionChanged);

            #line default
            #line hidden
                return;

            case 5:
                this.tbTo = ((System.Windows.Controls.TextBlock)(target));
                return;

            case 6:
                this.cbMaximum = ((System.Windows.Controls.ComboBox)(target));

            #line 56 "..\..\..\Controls\ucCardConstraint.xaml"
                this.cbMaximum.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbMaximum_SelectionChanged);

            #line default
            #line hidden
                return;

            case 7:
                this.bRemove = ((System.Windows.Controls.Button)(target));

            #line 77 "..\..\..\Controls\ucCardConstraint.xaml"
                this.bRemove.Click += new System.Windows.RoutedEventHandler(this.bRemove_Click);

            #line default
            #line hidden
                return;

            case 8:
                this.cbCriteria = ((System.Windows.Controls.ComboBox)(target));

            #line 97 "..\..\..\Controls\ucCardConstraint.xaml"
                this.cbCriteria.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbCriteria_SelectionChanged);

            #line default
            #line hidden
                return;

            case 9:
                this.cbValue = ((System.Windows.Controls.ComboBox)(target));

            #line 104 "..\..\..\Controls\ucCardConstraint.xaml"
                this.cbValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbValue_SelectionChanged);

            #line default
            #line hidden

            #line 104 "..\..\..\Controls\ucCardConstraint.xaml"
                this.cbValue.PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.cbValue_MouseDown);

            #line default
            #line hidden

            #line 104 "..\..\..\Controls\ucCardConstraint.xaml"
                this.cbValue.PreviewMouseUp += new System.Windows.Input.MouseButtonEventHandler(this.cbValue_MouseUp);

            #line default
            #line hidden
                return;

            case 10:
                this.ttCard = ((System.Windows.Controls.ToolTip)(target));
                return;

            case 11:
                this.ttcCard = ((Dominion.NET_WPF.ToolTipCard)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this.This = ((Dominion.NET_WPF.Controls.ucCardConstraint)(target));
     
     #line 11 "..\..\..\Controls\ucCardConstraint.xaml"
     this.This.IsVisibleChanged += new System.Windows.DependencyPropertyChangedEventHandler(this.This_IsVisibleChanged);
     
     #line default
     #line hidden
     return;
     case 2:
     this.Testing = ((System.Windows.Controls.DockPanel)(target));
     return;
     case 3:
     this.tbFrom = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 4:
     this.cbMinimum = ((System.Windows.Controls.ComboBox)(target));
     
     #line 34 "..\..\..\Controls\ucCardConstraint.xaml"
     this.cbMinimum.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbMinimum_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 5:
     this.tbTo = ((System.Windows.Controls.TextBlock)(target));
     return;
     case 6:
     this.cbMaximum = ((System.Windows.Controls.ComboBox)(target));
     
     #line 56 "..\..\..\Controls\ucCardConstraint.xaml"
     this.cbMaximum.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbMaximum_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 7:
     this.bRemove = ((System.Windows.Controls.Button)(target));
     
     #line 77 "..\..\..\Controls\ucCardConstraint.xaml"
     this.bRemove.Click += new System.Windows.RoutedEventHandler(this.bRemove_Click);
     
     #line default
     #line hidden
     return;
     case 8:
     this.cbCriteria = ((System.Windows.Controls.ComboBox)(target));
     
     #line 97 "..\..\..\Controls\ucCardConstraint.xaml"
     this.cbCriteria.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbCriteria_SelectionChanged);
     
     #line default
     #line hidden
     return;
     case 9:
     this.cbValue = ((System.Windows.Controls.ComboBox)(target));
     
     #line 104 "..\..\..\Controls\ucCardConstraint.xaml"
     this.cbValue.SelectionChanged += new System.Windows.Controls.SelectionChangedEventHandler(this.cbValue_SelectionChanged);
     
     #line default
     #line hidden
     
     #line 104 "..\..\..\Controls\ucCardConstraint.xaml"
     this.cbValue.PreviewMouseDown += new System.Windows.Input.MouseButtonEventHandler(this.cbValue_MouseDown);
     
     #line default
     #line hidden
     
     #line 104 "..\..\..\Controls\ucCardConstraint.xaml"
     this.cbValue.PreviewMouseUp += new System.Windows.Input.MouseButtonEventHandler(this.cbValue_MouseUp);
     
     #line default
     #line hidden
     return;
     case 10:
     this.ttCard = ((System.Windows.Controls.ToolTip)(target));
     return;
     case 11:
     this.ttcCard = ((Dominion.NET_WPF.ToolTipCard)(target));
     return;
     }
     this._contentLoaded = true;
 }