2 references to TabItem
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1641
case AutomationControlType.
TabItem
: controlType = ControlType.TabItem; break;
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\TabItemAutomationPeer.cs (1)
36
return AutomationControlType.
TabItem
;