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