7 references to IsScrollable
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
681
else if (iid == ScrollItemPattern.Pattern && WindowScroll.
IsScrollable
(_hwnd))
926
if (!WindowScroll.
IsScrollable
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
84
if (iid == ScrollItemPattern.Pattern && WindowScroll.
IsScrollable
(_hwnd))
MS\Internal\AutomationProxies\WindowsScroll.cs (2)
29
if (!
IsScrollable
(hwnd))
62
if (!
IsScrollable
(hwnd))
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
789
else if (iid == ScrollItemPattern.Pattern && WindowScroll.
IsScrollable
(_hwnd))
1219
if (!WindowScroll.
IsScrollable
(_hwnd))