3 instantiations of ALTTABINFO
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsAltTab.cs (3)
216new UnsafeNativeMethods.ALTTABINFO(); 276new UnsafeNativeMethods.ALTTABINFO(); 358new UnsafeNativeMethods.ALTTABINFO();
6 references to ALTTABINFO
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsAltTab.cs (5)
215UnsafeNativeMethods.ALTTABINFO altTabInfo = 240ref UnsafeNativeMethods.ALTTABINFO altTabInfo, 243altTabInfo.cbSize = (uint)Marshal.SizeOf(typeof(UnsafeNativeMethods.ALTTABINFO)); 275private UnsafeNativeMethods.ALTTABINFO _altTabInfo = 357UnsafeNativeMethods.ALTTABINFO altTabInfo =
MS\Win32\UnsafeNativeMethods.cs (1)
278internal static extern bool GetAltTabInfo(IntPtr hwnd, int iItem, ref ALTTABINFO pati,