3 references to Thumb
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1731
case AutomationControlType.Thumb: controlType = ControlType.
Thumb
; break;
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (1)
70
_cControlType = ControlType.
Thumb
;
MS\Internal\AutomationProxies\WindowsSlider.cs (1)
370
_cControlType = ControlType.
Thumb
;