2 references to TabItem
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1641case AutomationControlType.TabItem: controlType = ControlType.TabItem; break;
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\TabItemAutomationPeer.cs (1)
36return AutomationControlType.TabItem;