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