5 instantiations of WindowsTab
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
103WindowsTab wTab = new WindowsTab(hwndTab, null, 0);
MS\Internal\AutomationProxies\WindowsTab.cs (4)
70WindowsTab wTab = new WindowsTab(hwnd, null, 0); 86WindowsTab wlv = new WindowsTab (hwnd, null, -1); 107el = new WindowsTab(hwnd, null, -1); 726WindowsTab el = new WindowsTab(hwndParent, null, 0);
15 references to WindowsTab
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\Main.cs (1)
56new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsTab.Create), "SysTabControl32", null, ClientSideProviderMatchIndicator.AllowSubstringMatch),
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
103WindowsTab wTab = new WindowsTab(hwndTab, null, 0);
MS\Internal\AutomationProxies\WindowsTab.cs (12)
70WindowsTab wTab = new WindowsTab(hwnd, null, 0); 86WindowsTab wlv = new WindowsTab (hwnd, null, -1); 384if (!WindowsTab.SupportMultipleSelection (_hwnd)) 726WindowsTab el = new WindowsTab(hwndParent, null, 0); 998WindowsTab tab = (WindowsTab)_parent; 1096if (WindowsTab.SupportMultipleSelection(_hwnd)) 1133if (WindowsTab.SupportMultipleSelection(_hwnd)) 1162if (!WindowsTab.SupportMultipleSelection(_hwnd)) 1191System.Diagnostics.Debug.Assert(_parent is WindowsTab, "Invalid Parent for a Tab Item"); 1208WindowsTab parent = (WindowsTab)_parent;
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
476return WindowsTab.IsValidControl(hwndTabParent);