7 references to IsScrollable
UIAutomationClientsideProviders (7)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
703
else if (iid == ScrollItemPattern.Pattern && WindowScroll.
IsScrollable
(_hwnd))
948
if (!WindowScroll.
IsScrollable
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
97
if (iid == ScrollItemPattern.Pattern && WindowScroll.
IsScrollable
(_hwnd))
MS\Internal\AutomationProxies\WindowsScroll.cs (2)
40
if (!
IsScrollable
(hwnd))
73
if (!
IsScrollable
(hwnd))
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
805
else if (iid == ScrollItemPattern.Pattern && WindowScroll.
IsScrollable
(_hwnd))
1235
if (!WindowScroll.
IsScrollable
(_hwnd))