3 references to TabItem
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1724case AutomationControlType.TabItem: controlType = ControlType.TabItem; break;
PresentationFramework (1)
System\Windows\Automation\Peers\TabItemAutomationPeer.cs (1)
28return AutomationControlType.TabItem;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonTabDataAutomationPeer.cs (1)
183return AutomationControlType.TabItem;