2 references to ToolBar
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1643
case AutomationControlType.
ToolBar
: controlType = ControlType.ToolBar; break;
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\ToolBarAutomationPeer.cs (1)
33
return AutomationControlType.
ToolBar
;