void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.objectGraphControl = ((Debugger.AddIn.Visualizers.Graph.ObjectGraphControl)(target)); return; } this._contentLoaded = true; }
protected override void InitializeComponents() { objectGraphControl = new ObjectGraphControl(); panel.Children.Add(objectGraphControl); }
protected override void InitializeComponents() { objectGraphControl = new ObjectGraphControl(); }