7 references to WindowsScrollBar
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\NonClientArea.cs (4)
475
return new
WindowsScrollBar
(_hwnd, this, (int) item, NativeMethods.SB_HORZ);
487
return new
WindowsScrollBar
(_hwnd, this, (int) item, NativeMethods.SB_VERT);
688
ProxyFragment scrollBar = new
WindowsScrollBar
(hwnd, el, (int)item, sbFlag);
726
WindowsScrollBar scrollBar = new
WindowsScrollBar
(hwnd, el, (int)item, idObject == NativeMethods.OBJID_HSCROLL ? NativeMethods.SB_HORZ : NativeMethods.SB_VERT);
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (1)
44
:
base
( hwnd, parent, item, sbFlag){}
MS\Internal\AutomationProxies\WindowsScrollBar.cs (2)
84
return new
WindowsScrollBar
(hwnd, null, idChild, NativeMethods.SB_CTL);
92
WindowsScrollBar wtv = new
WindowsScrollBar
(hwnd, null, -1, NativeMethods.SB_CTL);