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