7 references to IsScrollable
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
682else if (iid == ScrollItemPattern.Pattern && WindowScroll.IsScrollable(_hwnd)) 927if (!WindowScroll.IsScrollable(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
85if (iid == ScrollItemPattern.Pattern && WindowScroll.IsScrollable(_hwnd))
MS\Internal\AutomationProxies\WindowsScroll.cs (2)
30if (!IsScrollable(hwnd)) 63if (!IsScrollable(hwnd))
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
790else if (iid == ScrollItemPattern.Pattern && WindowScroll.IsScrollable(_hwnd)) 1220if (!WindowScroll.IsScrollable(_hwnd))