7 references to IsScrollBarVertical
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (1)
78
bool isVerticalScroll =
IsScrollBarVertical
(_hwnd, _sbFlag);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (4)
219
return
IsScrollBarVertical
(_hwnd, _sbFlag) ? OrientationType.Vertical : OrientationType.Horizontal;
263
return
IsScrollBarVertical
(_hwnd, _sbFlag)
465
if (
IsScrollBarVertical
(hwnd, sbFlag))
695
IsScrollBarVertical
(_hwnd, _sbFlag) ? NativeMethods.WM_VSCROLL : NativeMethods.WM_HSCROLL;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
178
if (WindowsScrollBar.
IsScrollBarVertical
(_hwnd, _sbFlag))
270
if(WindowsScrollBar.
IsScrollBarVertical
(hwnd, sbFlag))