1 instantiation of WindowsAltTab
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsAltTab.cs (1)
66
WindowsAltTab altTab = new
WindowsAltTab
(hwnd, parent, 0);
7 references to WindowsAltTab
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\Main.cs (1)
75
new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.
WindowsAltTab
.Create), "#32771"),
MS\Internal\AutomationProxies\WindowsAltTab.cs (6)
66
WindowsAltTab
altTab = new WindowsAltTab(hwnd, parent, 0);
89
ProxySimple el = (ProxyHwnd)
WindowsAltTab
.Create(hwnd, 0);
330
internal WindowsAltTabItem(IntPtr hwnd,
WindowsAltTab
parent, int item)
365
StringBuilder itemText = new StringBuilder(
WindowsAltTab
.MaxItemNameLength);
366
if (
WindowsAltTab
.GetAltTabInfo(_hwnd, _item, ref altTabInfo, itemText))
415
private
WindowsAltTab
_altTab;