6 references to WindowsUpDown
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
34_elUpDown = new WindowsUpDown(hwndUpDown, this, 0);
MS\Internal\AutomationProxies\WindowsUpDown.cs (4)
60return new WindowsUpDown(hwnd, null, idChild); 74WindowsUpDown wtv = new WindowsUpDown (hwnd, null, -1); 84WindowsUpDown wtv = new WindowsUpDown(hwnd, null, -1); 89WindowsUpDown wtv = new WindowsUpDown(hwnd, null, -1);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
35_elUpDown = new WindowsUpDown(hwndUpDown, this, (int)0);