5 references to Spinner
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1720
case AutomationControlType.Spinner: controlType = ControlType.
Spinner
; break;
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1270
new RoleCtrlType(AccessibleRole.SpinButton, ControlType.
Spinner
),
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
33
_cControlType = ControlType.
Spinner
;
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
30
_cControlType = ControlType.
Spinner
;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
95
_cControlType = ControlType.
Spinner
;