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