void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this._graphSystem = ((Microsoft.Tts.UI.Controls.Trajectory.MultiTrajectoryGraph)(target));
     return;
     case 2:
     this._frameline = ((Microsoft.Tts.UI.Controls.Trajectory.TrajectoryFrameline)(target));
     return;
     case 3:
     this._trajectoryGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 4:
     this._hightlighFrames = ((Microsoft.Tts.UI.Controls.Trajectory.TrajectoryHighlightFrame)(target));
     return;
     case 5:
     this._selectedMultiFrames = ((Microsoft.Tts.UI.Controls.Trajectory.TrajectoryHighlightFrame)(target));
     return;
     case 6:
     this._selectedFrames = ((Microsoft.Tts.UI.Controls.Trajectory.TrajectoryHighlightFrame)(target));
     return;
     case 7:
     
     #line 37 "..\..\..\..\Controls\Trajectory\MultiTrajectoryGraph.xaml"
     ((System.Windows.Shapes.Rectangle)(target)).MouseMove += new System.Windows.Input.MouseEventHandler(this.OnMouseMoveInGraph);
     
     #line default
     #line hidden
     
     #line 38 "..\..\..\..\Controls\Trajectory\MultiTrajectoryGraph.xaml"
     ((System.Windows.Shapes.Rectangle)(target)).MouseLeave += new System.Windows.Input.MouseEventHandler(this.OnMouseLeaveGraph);
     
     #line default
     #line hidden
     
     #line 39 "..\..\..\..\Controls\Trajectory\MultiTrajectoryGraph.xaml"
     ((System.Windows.Shapes.Rectangle)(target)).MouseUp += new System.Windows.Input.MouseButtonEventHandler(this.OnMouseUpInGraph);
     
     #line default
     #line hidden
     return;
     case 8:
     this._dataPopup = ((System.Windows.Controls.Primitives.Popup)(target));
     return;
     case 9:
     this._trajectoryInfoTable = ((Microsoft.Tts.UI.Controls.Trajectory.TrajectoryInfoUserControl)(target));
     return;
     }
     this._contentLoaded = true;
 }
 void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) {
     switch (connectionId)
     {
     case 1:
     this._graphSystem = ((Microsoft.Tts.UI.Controls.Trajectory.MultiDimensionGraph)(target));
     
     #line 6 "..\..\..\..\Controls\Trajectory\MultiDimensionGraph.xaml"
     this._graphSystem.SizeChanged += new System.Windows.SizeChangedEventHandler(this.OnGraphSizeChanged);
     
     #line default
     #line hidden
     return;
     case 2:
     this._segmentGraphRow = ((System.Windows.Controls.RowDefinition)(target));
     return;
     case 3:
     this._staticGraphRow = ((System.Windows.Controls.RowDefinition)(target));
     return;
     case 4:
     this._deltaGraphRowPadding = ((System.Windows.Controls.RowDefinition)(target));
     return;
     case 5:
     this._deltaGraphRow = ((System.Windows.Controls.RowDefinition)(target));
     return;
     case 6:
     this._accelerationGraphRowPadding = ((System.Windows.Controls.RowDefinition)(target));
     return;
     case 7:
     this._accelerationGraphRow = ((System.Windows.Controls.RowDefinition)(target));
     return;
     case 8:
     this._rulerRow = ((System.Windows.Controls.ColumnDefinition)(target));
     return;
     case 9:
     this._graphRow = ((System.Windows.Controls.ColumnDefinition)(target));
     return;
     case 10:
     this._rulerColumn = ((System.Windows.Controls.ColumnDefinition)(target));
     return;
     case 11:
     this._errorDetectionRow = ((System.Windows.Controls.ColumnDefinition)(target));
     return;
     case 12:
     this._dimensionRuler = ((Microsoft.Tts.UI.Controls.Trajectory.DimensionRuler)(target));
     return;
     case 13:
     this._segmentGraphRowGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 14:
     this._wordSegmentGraph = ((Microsoft.Tts.UI.Controls.Trajectory.SegmentGraph)(target));
     return;
     case 15:
     this._phoneSegmentGraph = ((Microsoft.Tts.UI.Controls.Trajectory.SegmentGraph)(target));
     return;
     case 16:
     this._staticGraphRowGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 17:
     this._staticGraph = ((Microsoft.Tts.UI.Controls.Trajectory.MultiTrajectoryGraph)(target));
     return;
     case 18:
     this._staticYAxisGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 19:
     this._staticYAxis = ((Microsoft.Tts.UI.Controls.Trajectory.AxisRuler)(target));
     return;
     case 20:
     this._deltaGraphRowGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 21:
     this._deltaGraph = ((Microsoft.Tts.UI.Controls.Trajectory.MultiTrajectoryGraph)(target));
     return;
     case 22:
     this._deltaYAxisGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 23:
     this._deltaYAxis = ((Microsoft.Tts.UI.Controls.Trajectory.AxisRuler)(target));
     return;
     case 24:
     this._accelerationGraphRowGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 25:
     this._accelerationGraph = ((Microsoft.Tts.UI.Controls.Trajectory.MultiTrajectoryGraph)(target));
     return;
     case 26:
     this._accelerationYAxisGrid = ((System.Windows.Controls.Grid)(target));
     return;
     case 27:
     this._accelerationYAxis = ((Microsoft.Tts.UI.Controls.Trajectory.AxisRuler)(target));
     return;
     case 28:
     this._controlPanel = ((Microsoft.Tts.UI.Controls.Trajectory.TrajectoryControlPanel)(target));
     return;
     case 29:
     this._errorDetectionPanel = ((Microsoft.Tts.UI.Controls.Trajectory.LspErrorDetectionPanel)(target));
     return;
     }
     this._contentLoaded = true;
 }