// Token: 0x0600405B RID: 16475 RVA: 0x000EC380 File Offset: 0x000EA580
 private void popup_LostFocus(global::dfControl control, global::dfFocusEventArgs args)
 {
     if (this.popup != null && !this.popup.ContainsFocus)
     {
         this.closePopup(true);
     }
 }
 // Token: 0x06003ED1 RID: 16081 RVA: 0x000E4A24 File Offset: 0x000E2C24
 protected internal override void OnEnterFocus(global::dfFocusEventArgs args)
 {
     if (this.State != global::dfButton.ButtonState.Pressed)
     {
         this.State = global::dfButton.ButtonState.Focus;
     }
     base.OnEnterFocus(args);
 }
 // Token: 0x060043DD RID: 17373 RVA: 0x000FB75C File Offset: 0x000F995C
 protected internal override void OnGotFocus(global::dfFocusEventArgs args)
 {
     if (args.Source != this)
     {
         this.ScrollIntoView(args.Source);
     }
     base.OnGotFocus(args);
 }
 // Token: 0x060044D5 RID: 17621 RVA: 0x00101490 File Offset: 0x000FF690
 protected internal override void OnLostFocus(global::dfFocusEventArgs args)
 {
     base.OnLostFocus(args);
     if (this.controls.Contains(args.LostFocus))
     {
         this.showSelectedTab();
     }
 }
 // Token: 0x060044D4 RID: 17620 RVA: 0x00101454 File Offset: 0x000FF654
 protected internal override void OnGotFocus(global::dfFocusEventArgs args)
 {
     if (this.controls.Contains(args.GotFocus))
     {
         this.SelectedIndex = args.GotFocus.ZOrder;
     }
     base.OnGotFocus(args);
 }
 // Token: 0x0600420D RID: 16909 RVA: 0x000F32D4 File Offset: 0x000F14D4
 protected internal override void OnLostFocus(global::dfFocusEventArgs args)
 {
     base.OnLostFocus(args);
     this.Invalidate();
 }
Beispiel #7
0
 // Token: 0x060042F3 RID: 17139 RVA: 0x000F7230 File Offset: 0x000F5430
 private void scrollbar_GotFocus(global::dfControl control, global::dfFocusEventArgs args)
 {
     base.Focus();
 }
Beispiel #8
0
 private void FocusEventProxy(global::dfControl control, global::dfFocusEventArgs args)
 {
     this.callProxyEventHandler();
 }
 // Token: 0x06003ED2 RID: 16082 RVA: 0x000E4A40 File Offset: 0x000E2C40
 protected internal override void OnLeaveFocus(global::dfFocusEventArgs args)
 {
     this.State = global::dfButton.ButtonState.Default;
     base.OnLeaveFocus(args);
 }