1 instantiation of WindowsTabItem
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
677return new WindowsTabItem(_hwnd, this, index, _windowsForms == WindowsFormsHelper.FormControlState.True);
7 references to WindowsTabItem
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsContainer.cs (2)
203item = WindowsTabItem.GetCurrentSelectedItem(hwndTab); 204return dlgName.Equals(WindowsTabItem.GetName(hwndTab, item, true));
MS\Internal\AutomationProxies\WindowsTab.cs (5)
372if (sTitle == WindowsTabItem.GetName(_hwnd, i, true)) 393int selectedItem = WindowsTabItem.GetCurrentSelectedItem(_hwnd); 711if (!string.IsNullOrEmpty(WindowsTabItem.GetName(hwnd, i, true))) 957return Misc.AccessKey(WindowsTabItem.GetItemText(_hwnd, _item)); 1331string sName = WindowsTabItem.GetName(_hwnd, _item, true);