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