2 references to Thumb
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
1649
case AutomationControlType.
Thumb
: controlType = ControlType.Thumb; break;
PresentationFramework (1)
src\Framework\System\Windows\Automation\Peers\ThumbAutomationPeer.cs (1)
33
return AutomationControlType.
Thumb
;