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