2 references to Slider
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1637case AutomationControlType.Slider: controlType = ControlType.Slider; break;
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\SliderAutomationPeer.cs (1)
30return AutomationControlType.Slider;