2 references to GetScrollInfo
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsScroll.cs (2)
87
return Scrollable (hwnd, NativeMethods.SB_HORZ) ?
GetScrollInfo
(hwnd, NativeMethods.SB_HORZ) : ScrollPattern.NoScroll;
91
return Scrollable (hwnd, NativeMethods.SB_VERT) ?
GetScrollInfo
(hwnd, NativeMethods.SB_VERT) : ScrollPattern.NoScroll;