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