1 type derived from WinformsSpinner
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
490class WinformsSpinnerEdit : WinformsSpinner
1 instantiation of WinformsSpinner
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
202return new WinformsSpinner(hwnd, hwndEdit, hwndSpin, null, 0);
3 references to WinformsSpinner
UIAutomationClientsideProviders (3)
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
127ProxySimple spinner = (ProxySimple)WinformsSpinner.Create(hwndParent, 0); 979if (WinformsSpinner.Create(hwndParent, 0) != null)
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
54return WinformsSpinner.Create( hwnd, idChild, idObject );