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