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