void System.Windows.Markup.IComponentConnector.Connect(int connectionId, object target) { switch (connectionId) { case 1: this.mainGrid = ((System.Windows.Controls.Grid)(target)); return; case 2: this.bgBrush = ((System.Windows.Media.ImageBrush)(target)); return; case 3: this.buttonLabel = ((System.Windows.Controls.Label)(target)); return; case 4: this.toggleRule1 = ((RedditModTools.UserControls.LittleToggle)(target)); return; case 5: this.toggleRule2 = ((RedditModTools.UserControls.LittleToggle)(target)); return; case 6: this.toggleRule3 = ((RedditModTools.UserControls.LittleToggle)(target)); return; case 7: this.toggleRule4 = ((RedditModTools.UserControls.LittleToggle)(target)); return; case 8: this.toggleRule5 = ((RedditModTools.UserControls.LittleToggle)(target)); return; case 9: this.toggleRule6 = ((RedditModTools.UserControls.LittleToggle)(target)); return; case 10: this.toggleRule7 = ((RedditModTools.UserControls.LittleToggle)(target)); return; case 11: this.backButton = ((RedditModTools.UserControls.ForwardBackButton)(target)); return; case 12: this.forwardButton = ((RedditModTools.UserControls.ForwardBackButton)(target)); return; } this._contentLoaded = true; }
private void childMouseEnter(LittleToggle lt, int ruleId, string hint) { buttonLabel.Content = hint; childHovered = true; this.startBlockingClicks(); }
private void childMouseExit(LittleToggle lt, int ruleId, string hint) { buttonLabel.Content = buttonText; childHovered = false; this.stopBlockingClicks(); }