3 references to Tab
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1734
case AutomationControlType.
Tab
: controlType = ControlType.Tab; break;
PresentationFramework (1)
System\Windows\Automation\Peers\TabControlAutomationPeer.cs (1)
39
return AutomationControlType.
Tab
;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonAutomationPeer.cs (1)
50
return AutomationControlType.
Tab
;