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