3 instantiations of ALTTABINFO
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsAltTab.cs (3)
209new UnsafeNativeMethods.ALTTABINFO(); 269new UnsafeNativeMethods.ALTTABINFO(); 351new UnsafeNativeMethods.ALTTABINFO();
6 references to ALTTABINFO
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsAltTab.cs (5)
208UnsafeNativeMethods.ALTTABINFO altTabInfo = 233ref UnsafeNativeMethods.ALTTABINFO altTabInfo, 236altTabInfo.cbSize = (uint)Marshal.SizeOf(typeof(UnsafeNativeMethods.ALTTABINFO)); 268private UnsafeNativeMethods.ALTTABINFO _altTabInfo = 350UnsafeNativeMethods.ALTTABINFO altTabInfo =
MS\Win32\UnsafeNativeMethods.cs (1)
277internal static extern bool GetAltTabInfo(IntPtr hwnd, int iItem, ref ALTTABINFO pati,