6 instantiations of 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);
15 references to WindowsUpDown
UIAutomationClientsideProviders (15)
MS\Internal\AutomationProxies\Main.cs (1)
65
new ClientSideProviderDescription(new ClientSideProviderFactoryCallback(MS.Internal.AutomationProxies.
WindowsUpDown
.Create), "msctls_updown32"),
MS\Internal\AutomationProxies\WindowsFormsHelpers.cs (1)
58
return
WindowsUpDown
.Create( hwnd, idChild, idObject );
MS\Internal\AutomationProxies\WindowsSpinner.cs (1)
324
private
WindowsUpDown
_elUpDown;
MS\Internal\AutomationProxies\WindowsUpDown.cs (10)
87
WindowsUpDown
wtv = new WindowsUpDown (hwnd, null, -1);
97
WindowsUpDown
wtv = new WindowsUpDown(hwnd, null, -1);
102
WindowsUpDown
wtv = new WindowsUpDown(hwnd, null, -1);
449
WindowsUpDown
upDownParent = parent as
WindowsUpDown
;
485
return GetBoundingRectangle(_hwnd, (
WindowsUpDown
.SpinItem)_item);
550
Rect rc = GetBoundingRectangle(_hwnd, (
WindowsUpDown
.SpinItem)item);
577
static internal Rect GetBoundingRectangle(IntPtr hwnd,
WindowsUpDown
.SpinItem item)
597
case
WindowsUpDown
.SpinItem.DownArrow:
611
case
WindowsUpDown
.SpinItem.UpArrow:
MS\Internal\AutomationProxies\WinFormsSpinner.cs (2)
109
_createOnEvent = new WinEventTracker.ProxyRaiseEvents(
WindowsUpDown
.RaiseEvents);
456
private
WindowsUpDown
_elUpDown;