void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.txtExpression = ((System.Windows.Controls.TextBox)(target)); return; case 2: #line 28 "..\..\..\..\Visualizers\Graph\ObjectGraphControl.xaml" ((System.Windows.Controls.Button)(target)).Click += new System.Windows.RoutedEventHandler(this.Inspect_Button_Click); #line default #line hidden return; case 3: this.cmbLayoutDirection = ((System.Windows.Controls.ComboBox)(target)); return; case 4: this.zoomSlider = ((System.Windows.Controls.Slider)(target)); return; case 5: this.pnlError = ((System.Windows.Controls.StackPanel)(target)); return; case 6: this.lblError = ((System.Windows.Controls.TextBlock)(target)); return; case 7: this.txtError = ((System.Windows.Controls.TextBlock)(target)); return; case 8: this.scroller = ((Debugger.AddIn.Visualizers.Controls.DragScrollViewer)(target)); return; case 9: this.canvas = ((System.Windows.Controls.Canvas)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.ZoomControl = ((System.Windows.Controls.Canvas)(target)); return; case 2: this.PercentText = ((System.Windows.Controls.TextBlock)(target)); return; case 3: this.SliderControl = ((System.Windows.Controls.Slider)(target)); #line 113 "..\..\..\..\Pads\ParallelPad\DrawSurface.xaml" this.SliderControl.ValueChanged += new System.Windows.RoutedPropertyChangedEventHandler <double>(this.SliderControl_ValueChanged); #line default #line hidden return; case 4: this.Reset = ((System.Windows.Controls.Button)(target)); #line 124 "..\..\..\..\Pads\ParallelPad\DrawSurface.xaml" this.Reset.Click += new System.Windows.RoutedEventHandler(this.Reset_Click); #line default #line hidden return; case 5: this.drawingSurface = ((Debugger.AddIn.Visualizers.Controls.DragScrollViewer)(target)); return; case 6: this.ContentControl = ((System.Windows.Controls.Grid)(target)); return; case 7: this.ParallelStacksLayout = ((Debugger.AddIn.Pads.ParallelPad.ParallelStacksGraphLayout)(target)); return; } this._contentLoaded = true; }
void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.txtExpression = ((System.Windows.Controls.TextBox)(target)); return; case 2: this.cmbLayoutDirection = ((System.Windows.Controls.ComboBox)(target)); return; case 3: this.zoomSlider = ((System.Windows.Controls.Slider)(target)); return; case 4: this.pnlError = ((System.Windows.Controls.StackPanel)(target)); return; case 5: this.lblError = ((System.Windows.Controls.TextBlock)(target)); return; case 6: this.txtError = ((System.Windows.Controls.TextBlock)(target)); return; case 7: this.scroller = ((Debugger.AddIn.Visualizers.Controls.DragScrollViewer)(target)); return; case 8: this.canvas = ((System.Windows.Controls.Canvas)(target)); return; } this._contentLoaded = true; }