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