6 references to WindowsUpDown
UIAutomationClientsideProviders (6)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
44
_elUpDown = new
WindowsUpDown
(hwndUpDown, this, 0);
MS\Internal\AutomationProxies\WindowsUpDown.cs (4)
73
return new
WindowsUpDown
(hwnd, null, idChild);
87
WindowsUpDown wtv = new
WindowsUpDown
(hwnd, null, -1);
97
WindowsUpDown wtv = new
WindowsUpDown
(hwnd, null, -1);
102
WindowsUpDown wtv = new
WindowsUpDown
(hwnd, null, -1);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
43
_elUpDown = new
WindowsUpDown
(hwndUpDown, this, (int)0);