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