7 references to IsScrollBarVertical
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (1)
77
bool isVerticalScroll =
IsScrollBarVertical
(_hwnd, _sbFlag);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (4)
218
return
IsScrollBarVertical
(_hwnd, _sbFlag) ? OrientationType.Vertical : OrientationType.Horizontal;
262
return
IsScrollBarVertical
(_hwnd, _sbFlag)
464
if (
IsScrollBarVertical
(hwnd, sbFlag))
694
IsScrollBarVertical
(_hwnd, _sbFlag) ? NativeMethods.WM_VSCROLL : NativeMethods.WM_HSCROLL;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
177
if (WindowsScrollBar.
IsScrollBarVertical
(_hwnd, _sbFlag))
269
if(WindowsScrollBar.
IsScrollBarVertical
(hwnd, sbFlag))