6 references to WindowsUpDown
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
31
_elUpDown = new
WindowsUpDown
(hwndUpDown, this, 0);
MS\Internal\AutomationProxies\WindowsUpDown.cs (4)
56
return new
WindowsUpDown
(hwnd, null, idChild);
70
WindowsUpDown wtv = new
WindowsUpDown
(hwnd, null, -1);
80
WindowsUpDown wtv = new
WindowsUpDown
(hwnd, null, -1);
85
WindowsUpDown wtv = new
WindowsUpDown
(hwnd, null, -1);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
33
_elUpDown = new
WindowsUpDown
(hwndUpDown, this, (int)0);