12 references to Scrollable
UIAutomationClientSideProviders (12)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
741
if (WindowScroll.
Scrollable
(_hwnd, NativeMethods.SB_VERT))
MS\Internal\AutomationProxies\WindowsScroll.cs (10)
83
return
Scrollable
(hwnd, NativeMethods.SB_HORZ) ? GetScrollInfo (hwnd, NativeMethods.SB_HORZ) : ScrollPattern.NoScroll;
87
return
Scrollable
(hwnd, NativeMethods.SB_VERT) ? GetScrollInfo (hwnd, NativeMethods.SB_VERT) : ScrollPattern.NoScroll;
91
return
Scrollable
(hwnd, NativeMethods.SB_HORZ) ? ScrollViewSize (hwnd, NativeMethods.SB_HORZ) : 100.0;
95
return
Scrollable
(hwnd, NativeMethods.SB_VERT) ? ScrollViewSize (hwnd, NativeMethods.SB_VERT) : 100.0;
99
return
Scrollable
(hwnd, NativeMethods.SB_HORZ);
103
return
Scrollable
(hwnd, NativeMethods.SB_VERT);
175
return
Scrollable
(hwnd, NativeMethods.SB_HORZ) ||
Scrollable
(hwnd, NativeMethods.SB_VERT);
276
if (!
Scrollable
(hwnd, sbFlag))
355
if (!
Scrollable
(hwnd, sbFlag))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
122
return (iid == RangeValuePattern.Pattern && WindowScroll.
Scrollable
(_hwnd, _sbFlag) && HasValuePattern (_hwnd, _sbFlag)) ? this : null;