5 instantiations of WindowsTab
UIAutomationClientSideProviders (5)
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
109WindowsTab wTab = new WindowsTab(hwndTab, null, 0);
MS\Internal\AutomationProxies\WindowsTab.cs (4)
73WindowsTab wTab = new WindowsTab(hwnd, null, 0); 89WindowsTab wlv = new WindowsTab (hwnd, null, -1); 110el = new WindowsTab(hwnd, null, -1); 734WindowsTab el = new WindowsTab(hwndParent, null, 0);
15 references to WindowsTab
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\Main.cs (1)
60new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsTab.Create), "SysTabControl32", null, ClientSideProviderMatchIndicator.AllowSubstringMatch),
MS\Internal\AutomationProxies\WindowsContainer.cs (1)
109WindowsTab wTab = new WindowsTab(hwndTab, null, 0);
MS\Internal\AutomationProxies\WindowsTab.cs (12)
73WindowsTab wTab = new WindowsTab(hwnd, null, 0); 89WindowsTab wlv = new WindowsTab (hwnd, null, -1); 393if (!WindowsTab.SupportMultipleSelection (_hwnd)) 734WindowsTab el = new WindowsTab(hwndParent, null, 0); 1006WindowsTab tab = (WindowsTab)_parent; 1104if (WindowsTab.SupportMultipleSelection(_hwnd) == true) 1141if (WindowsTab.SupportMultipleSelection(_hwnd) == true) 1170if (!WindowsTab.SupportMultipleSelection(_hwnd)) 1199System.Diagnostics.Debug.Assert(_parent is WindowsTab, "Invalid Parent for a Tab Item"); 1216WindowsTab parent = (WindowsTab)_parent;
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
484return WindowsTab.IsValidControl(hwndTabParent);