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