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