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