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