Esempio n. 1
0
        public static BaseWindow WindowFromPoint(IntPtr handle, POINT pt)
        {
            BaseWindow baseWindow = (BaseWindow)null;

label_1:
            int num1 = 1208534756;

            while (true)
            {
                int  num2 = 1225993713;
                uint num3;
                switch ((num3 = (uint)(num1 ^ num2)) % 3U)
                {
                case 0:
                    goto label_1;

                case 2:
                    num1 = (int)num3 * 1188871469 ^ -1189766215;
                    continue;

                default:
                    goto label_4;
                }
            }
label_4:
            return(baseWindow);
        }
Esempio n. 2
0
 public static object WindowFromHandle(IntPtr hWnd)
 {
     throw BaseWindow.\u206D‫‭​‎‮‏‬​‬‭‌‌‬‍‎‭‬‎‏‬‭‏‏‪‌‮();
 }