3 instantiations of ALTTABINFO
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsAltTab.cs (3)
229new UnsafeNativeMethods.ALTTABINFO(); 289new UnsafeNativeMethods.ALTTABINFO(); 371new UnsafeNativeMethods.ALTTABINFO();
6 references to ALTTABINFO
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsAltTab.cs (5)
228UnsafeNativeMethods.ALTTABINFO altTabInfo = 253ref UnsafeNativeMethods.ALTTABINFO altTabInfo, 256altTabInfo.cbSize = (uint)Marshal.SizeOf(typeof(UnsafeNativeMethods.ALTTABINFO)); 288private UnsafeNativeMethods.ALTTABINFO _altTabInfo = 370UnsafeNativeMethods.ALTTABINFO altTabInfo =
MS\Win32\UnsafeNativeMethods.cs (1)
292internal static extern bool GetAltTabInfo(IntPtr hwnd, int iItem, ref ALTTABINFO pati,