4 references to ScrollBar
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1719
case AutomationControlType.ScrollBar: controlType = ControlType.
ScrollBar
; break;
UIAutomationClient (1)
MS\Internal\Automation\ClickablePoint.cs (1)
50
if ( el.Current.ControlType == ControlType.
ScrollBar
)
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1268
new RoleCtrlType(AccessibleRole.ScrollBar, ControlType.
ScrollBar
),
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
40
_cControlType = ControlType.
ScrollBar
;