3 references to ToolBar
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1737case AutomationControlType.ToolBar: controlType = ControlType.ToolBar; break;
PresentationFramework (1)
System\Windows\Automation\Peers\ToolBarAutomationPeer.cs (1)
36return AutomationControlType.ToolBar;
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Automation\Peers\RibbonQuickAccessToolBarAutomationPeer.cs (1)
83return AutomationControlType.ToolBar;