2 references to ScrollBar
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1730
case AutomationControlType.
ScrollBar
: controlType = ControlType.ScrollBar; break;
PresentationFramework (1)
System\Windows\Automation\Peers\ScrollBarAutomationPeer.cs (1)
34
return AutomationControlType.
ScrollBar
;