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