6 instantiations of WindowsUpDown
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
30_elUpDown = new WindowsUpDown(hwndUpDown, this, 0);
MS\Internal\AutomationProxies\WindowsUpDown.cs (4)
55return new WindowsUpDown(hwnd, null, idChild); 69WindowsUpDown wtv = new WindowsUpDown (hwnd, null, -1); 79WindowsUpDown wtv = new WindowsUpDown(hwnd, null, -1); 84WindowsUpDown wtv = new WindowsUpDown(hwnd, null, -1);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
32_elUpDown = new WindowsUpDown(hwndUpDown, this, (int)0);
15 references to WindowsUpDown
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\Main.cs (1)
53new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.WindowsUpDown.Create), "msctls_updown32"),
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
47return WindowsUpDown.Create( hwnd, idChild, idObject );
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
306private WindowsUpDown _elUpDown;
MS\Internal\AutomationProxies\WindowsUpDown.cs (10)
69WindowsUpDown wtv = new WindowsUpDown (hwnd, null, -1); 79WindowsUpDown wtv = new WindowsUpDown(hwnd, null, -1); 84WindowsUpDown wtv = new WindowsUpDown(hwnd, null, -1); 428WindowsUpDown upDownParent = parent as WindowsUpDown; 464return GetBoundingRectangle(_hwnd, (WindowsUpDown.SpinItem)_item); 529Rect rc = GetBoundingRectangle(_hwnd, (WindowsUpDown.SpinItem)item); 556internal static Rect GetBoundingRectangle(IntPtr hwnd, WindowsUpDown.SpinItem item) 576case WindowsUpDown.SpinItem.DownArrow: 590case WindowsUpDown.SpinItem.UpArrow:
MS\Internal\AutomationProxies\WinFormsSpinner.cs (2)
98_createOnEvent = new WinEventTracker.ProxyRaiseEvents(WindowsUpDown.RaiseEvents); 439private WindowsUpDown _elUpDown;