12 references to Scrollable
UIAutomationClientsideProviders (12)
MS\Internal\AutomationProxies\WindowsListViewGroupHelper.cs (1)
757
if (WindowScroll.
Scrollable
(_hwnd, NativeMethods.SB_VERT))
MS\Internal\AutomationProxies\WindowsScroll.cs (10)
93
return
Scrollable
(hwnd, NativeMethods.SB_HORZ) ? GetScrollInfo (hwnd, NativeMethods.SB_HORZ) : ScrollPattern.NoScroll;
97
return
Scrollable
(hwnd, NativeMethods.SB_VERT) ? GetScrollInfo (hwnd, NativeMethods.SB_VERT) : ScrollPattern.NoScroll;
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;
109
return
Scrollable
(hwnd, NativeMethods.SB_HORZ);
113
return
Scrollable
(hwnd, NativeMethods.SB_VERT);
185
return
Scrollable
(hwnd, NativeMethods.SB_HORZ) ||
Scrollable
(hwnd, NativeMethods.SB_VERT);
286
if (!
Scrollable
(hwnd, sbFlag))
365
if (!
Scrollable
(hwnd, sbFlag))
MS\Internal\AutomationProxies\WindowsScrollBar.cs (1)
136
return (iid == RangeValuePattern.Pattern && WindowScroll.
Scrollable
(_hwnd, _sbFlag) && HasValuePattern (_hwnd, _sbFlag)) ? this : null;