5 references to Spinner
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
1721
case AutomationControlType.Spinner: controlType = ControlType.
Spinner
; break;
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1271
new RoleCtrlType(AccessibleRole.SpinButton, ControlType.
Spinner
),
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
34
_cControlType = ControlType.
Spinner
;
MS\Internal\AutomationProxies\WindowsUpDown.cs (1)
31
_cControlType = ControlType.
Spinner
;
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
96
_cControlType = ControlType.
Spinner
;