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