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