2 references to ScrollBar
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1636case AutomationControlType.ScrollBar: controlType = ControlType.ScrollBar; break;
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\ScrollBarAutomationPeer.cs (1)
30return AutomationControlType.ScrollBar;