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