5 instantiations of WindowsTab
UIAutomationClientsideProviders (5)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
121WindowsTab wTab = new WindowsTab(hwndTab, null, 0);
MS\Internal\AutomationProxies\WindowsTab.cs (4)
71WindowsTab wTab = new WindowsTab(hwnd, null, 0); 87WindowsTab wlv = new WindowsTab (hwnd, null, -1); 108el = new WindowsTab(hwnd, null, -1); 732WindowsTab el = new WindowsTab(hwndParent, null, 0);
15 references to WindowsTab
UIAutomationClientsideProviders (15)
MS\Internal\AutomationProxies\Main.cs (1)
68new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsTab.Create), "SysTabControl32", null, ClientSideProviderMatchIndicator.AllowSubstringMatch),
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
121WindowsTab wTab = new WindowsTab(hwndTab, null, 0);
MS\Internal\AutomationProxies\WindowsTab.cs (12)
71WindowsTab wTab = new WindowsTab(hwnd, null, 0); 87WindowsTab wlv = new WindowsTab (hwnd, null, -1); 391if (!WindowsTab.SupportMultipleSelection (_hwnd)) 732WindowsTab el = new WindowsTab(hwndParent, null, 0); 1004WindowsTab tab = (WindowsTab)_parent; 1102if (WindowsTab.SupportMultipleSelection(_hwnd) == true) 1139if (WindowsTab.SupportMultipleSelection(_hwnd) == true) 1168if (!WindowsTab.SupportMultipleSelection(_hwnd)) 1197System.Diagnostics.Debug.Assert(_parent is WindowsTab, "Invalid Parent for a Tab Item"); 1214WindowsTab parent = (WindowsTab)_parent;
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
497return WindowsTab.IsValidControl(hwndTabParent);