1 type derived from WinformsSpinner
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
473
private class WinformsSpinnerEdit :
WinformsSpinner
1 instantiation of WinformsSpinner
UIAutomationClientSideProviders (1)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
191
return new
WinformsSpinner
(hwnd, hwndEdit, hwndSpin, null, 0);
3 references to WinformsSpinner
UIAutomationClientSideProviders (3)
MS\Internal\AutomationProxies\WindowsEditBox.cs (2)
108
ProxySimple spinner = (ProxySimple)
WinformsSpinner
.Create(hwndParent, 0);
915
if (
WinformsSpinner
.Create(hwndParent, 0) != null)
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
43
return
WinformsSpinner
.Create( hwnd, idChild, idObject );