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