void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.BubbleWindow = ((DiGit.View.BubbleView)(target)); return; case 2: this.Border = ((System.Windows.Controls.Border)(target)); return; case 3: this.GridList = ((System.Windows.Controls.Grid)(target)); return; case 4: this.CommandsListView = ((DiGit.View.CommandsListView)(target)); return; } this._contentLoaded = true; }
internal static BubbleView CreateBubble() { BubbleView bubble = new BubbleView(); bubble.Owner = OwnerWindow; return bubble; }