7 references to IsScrollable
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
695else if (iid == ScrollItemPattern.Pattern && WindowScroll.IsScrollable(_hwnd)) 940if (!WindowScroll.IsScrollable(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
90if (iid == ScrollItemPattern.Pattern && WindowScroll.IsScrollable(_hwnd))
MS\Internal\AutomationProxies\WindowsScroll.cs (2)
34if (!IsScrollable(hwnd)) 67if (!IsScrollable(hwnd))
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
796else if (iid == ScrollItemPattern.Pattern && WindowScroll.IsScrollable(_hwnd)) 1226if (!WindowScroll.IsScrollable(_hwnd))