6 instantiations of WindowsUpDown
UIAutomationClientSideProviders (6)
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
34
_elUpDown = new
WindowsUpDown
(hwndUpDown, this, 0);
MS\Internal\AutomationProxies\WindowsUpDown.cs (4)
60
return new
WindowsUpDown
(hwnd, null, idChild);
74
WindowsUpDown wtv = new
WindowsUpDown
(hwnd, null, -1);
84
WindowsUpDown wtv = new
WindowsUpDown
(hwnd, null, -1);
89
WindowsUpDown wtv = new
WindowsUpDown
(hwnd, null, -1);
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
35
_elUpDown = new
WindowsUpDown
(hwndUpDown, this, (int)0);
15 references to WindowsUpDown
UIAutomationClientSideProviders (15)
MS\Internal\AutomationProxies\Main.cs (1)
57
new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.
WindowsUpDown
.Create), "msctls_updown32"),
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
52
return
WindowsUpDown
.Create( hwnd, idChild, idObject );
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
310
private
WindowsUpDown
_elUpDown;
MS\Internal\AutomationProxies\WindowsUpDown.cs (10)
74
WindowsUpDown
wtv = new WindowsUpDown (hwnd, null, -1);
84
WindowsUpDown
wtv = new WindowsUpDown(hwnd, null, -1);
89
WindowsUpDown
wtv = new WindowsUpDown(hwnd, null, -1);
436
WindowsUpDown
upDownParent = parent as
WindowsUpDown
;
472
return GetBoundingRectangle(_hwnd, (
WindowsUpDown
.SpinItem)_item);
537
Rect rc = GetBoundingRectangle(_hwnd, (
WindowsUpDown
.SpinItem)item);
564
static internal Rect GetBoundingRectangle(IntPtr hwnd,
WindowsUpDown
.SpinItem item)
584
case
WindowsUpDown
.SpinItem.DownArrow:
598
case
WindowsUpDown
.SpinItem.UpArrow:
MS\Internal\AutomationProxies\WinFormsSpinner.cs (2)
101
_createOnEvent = new WinEventTracker.ProxyRaiseEvents(
WindowsUpDown
.RaiseEvents);
448
private
WindowsUpDown
_elUpDown;