コード例 #1
0
 // Token: 0x06001D78 RID: 7544 RVA: 0x0000B13D File Offset: 0x0000933D
 private static void smethod_16(IntPtr hWnd, ref Class269.Enum58 direction)
 {
     if (direction.HasFlag(Class269.Enum58.flag_3))
     {
         Class465.smethod_14(hWnd, Keys.Up);
         direction &= ~Class269.Enum58.flag_3;
     }
 }
コード例 #2
0
 // Token: 0x06001A39 RID: 6713 RVA: 0x0004D1D0 File Offset: 0x0004B3D0
 private void method_8()
 {
     if (this.class87_0.KeyToPress == Keys.Control)
     {
         Class265.PostMessage(this.intptr_0, Enum16.const_89, 17, 0);
         return;
     }
     if (this.class87_0.KeyToPress != Keys.None)
     {
         Class465.smethod_14(this.intptr_0, this.class87_0.KeyToPress);
     }
 }
コード例 #3
0
 // Token: 0x06001D7C RID: 7548 RVA: 0x0000B185 File Offset: 0x00009385
 public static void smethod_20(IntPtr hWnd, ManualResetEventSlim waitHandle)
 {
     Class465.smethod_13(hWnd, Keys.ShiftKey);
     Class465.smethod_11(hWnd, Keys.F1, waitHandle, 10);
     Class465.smethod_14(hWnd, Keys.ShiftKey);
 }
コード例 #4
0
 // Token: 0x06001D7B RID: 7547 RVA: 0x0000B17B File Offset: 0x0000937B
 private static void smethod_19(IntPtr hWnd)
 {
     Class465.smethod_14(hWnd, Keys.ControlKey);
 }