2 references to ScrollViewSize
UIAutomationClientSideProviders (2)
MS\Internal\AutomationProxies\WindowsScroll.cs (2)
95
return Scrollable (hwnd, NativeMethods.SB_HORZ) ?
ScrollViewSize
(hwnd, NativeMethods.SB_HORZ) : 100.0;
99
return Scrollable (hwnd, NativeMethods.SB_VERT) ?
ScrollViewSize
(hwnd, NativeMethods.SB_VERT) : 100.0;