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