7 references to IsScrollBarVertical
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsListViewScroll.cs (1)
87
bool isVerticalScroll =
IsScrollBarVertical
(_hwnd, _sbFlag);
MS\Internal\AutomationProxies\WindowsScrollBar.cs (4)
236
return
IsScrollBarVertical
(_hwnd, _sbFlag) ? OrientationType.Vertical : OrientationType.Horizontal;
281
IsScrollBarVertical
(_hwnd, _sbFlag)
483
if (
IsScrollBarVertical
(hwnd, sbFlag))
709
IsScrollBarVertical
(_hwnd, _sbFlag) ? NativeMethods.WM_VSCROLL : NativeMethods.WM_HSCROLL;
MS\Internal\AutomationProxies\WindowsScrollBarBits.cs (2)
187
if (WindowsScrollBar.
IsScrollBarVertical
(_hwnd, _sbFlag))
279
if(WindowsScrollBar.
IsScrollBarVertical
(hwnd, sbFlag))