3 instantiations of ALTTABINFO
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsAltTab.cs (3)
210new UnsafeNativeMethods.ALTTABINFO(); 270new UnsafeNativeMethods.ALTTABINFO(); 352new UnsafeNativeMethods.ALTTABINFO();
6 references to ALTTABINFO
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsAltTab.cs (5)
209UnsafeNativeMethods.ALTTABINFO altTabInfo = 234ref UnsafeNativeMethods.ALTTABINFO altTabInfo, 237altTabInfo.cbSize = (uint)Marshal.SizeOf(typeof(UnsafeNativeMethods.ALTTABINFO)); 269private UnsafeNativeMethods.ALTTABINFO _altTabInfo = 351UnsafeNativeMethods.ALTTABINFO altTabInfo =
MS\Win32\UnsafeNativeMethods.cs (1)
278internal static extern bool GetAltTabInfo(IntPtr hwnd, int iItem, ref ALTTABINFO pati,