1 instantiation of WindowsAltTab
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
74
WindowsAltTab altTab = new
WindowsAltTab
(hwnd, parent, 0);
7 references to WindowsAltTab
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\Main.cs (1)
83
new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.
WindowsAltTab
.Create), "#32771"),
MS\Internal\AutomationProxies\WindowsAltTab.cs (6)
74
WindowsAltTab
altTab = new WindowsAltTab(hwnd, parent, 0);
97
ProxySimple el = (ProxyHwnd)
WindowsAltTab
.Create(hwnd, 0);
338
internal WindowsAltTabItem(IntPtr hwnd,
WindowsAltTab
parent, int item)
373
StringBuilder itemText = new StringBuilder(
WindowsAltTab
.MaxItemNameLength);
374
if (
WindowsAltTab
.GetAltTabInfo(_hwnd, _item, ref altTabInfo, itemText))
423
private
WindowsAltTab
_altTab;