3 references to Slider
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1720
case AutomationControlType.Slider: controlType = ControlType.
Slider
; break;
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1270
new RoleCtrlType(AccessibleRole.Slider, ControlType.
Slider
),
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
34
_cControlType = ControlType.
Slider
;