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