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