1 instantiation of WindowsTabItem
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
676return new WindowsTabItem(_hwnd, this, index, _windowsForms == WindowsFormsHelper.FormControlState.True);
7 references to WindowsTabItem
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsContainer.cs (2)
186item = WindowsTabItem.GetCurrentSelectedItem(hwndTab); 187return dlgName.Equals(WindowsTabItem.GetName(hwndTab, item, true));
MS\Internal\AutomationProxies\WindowsTab.cs (5)
370if (sTitle == WindowsTabItem.GetName(_hwnd, i, true)) 391int selectedItem = WindowsTabItem.GetCurrentSelectedItem(_hwnd); 710if (!string.IsNullOrEmpty(WindowsTabItem.GetName(hwnd, i, true))) 956return Misc.AccessKey(WindowsTabItem.GetItemText(_hwnd, _item)); 1330string sName = WindowsTabItem.GetName(_hwnd, _item, true);