void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
        {
            switch (connectionId)
            {
            case 1:
                this.MainBorder = ((System.Windows.Controls.Border)(target));
                return;

            case 2:
                this.RightBorder = ((System.Windows.Controls.Border)(target));
                return;

            case 3:
                this.TopGrid = ((System.Windows.Controls.Grid)(target));
                return;

            case 4:
                this.PerformanceLabel = ((System.Windows.Controls.Label)(target));
                return;

            case 5:
                this.ImageSizeLabel = ((System.Windows.Controls.Label)(target));
                return;

            case 6:
                this.ImageFileBox = ((System.Windows.Controls.ListBox)(target));
                return;

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

            case 8:
                this.ImageFileRemoveButton = ((System.Windows.Controls.Button)(target));
                return;

            case 9:
                this.ImageFolderAddButton = ((System.Windows.Controls.Button)(target));
                return;

            case 10:
                this.VideoFileAddButton = ((System.Windows.Controls.Button)(target));
                return;

            case 11:
                this.SourceBox = ((ImageProcessSimulator.View.ImageBox)(target));
                return;

            case 12:
                this.DestBox = ((ImageProcessSimulator.View.ImageBox)(target));
                return;

            case 13:
                this.FilterBox = ((System.Windows.Controls.ComboBox)(target));
                return;
            }
            this._contentLoaded = true;
        }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target)
 {
     switch (connectionId)
     {
     case 1:
         this.Frame = ((ImageProcessSimulator.View.ImageBox)(target));
         return;
     }
     this._contentLoaded = true;
 }