7 references to IsScrollable
UIAutomationClientSideProviders (7)
MS\Internal\AutomationProxies\WindowsListBox.cs (2)
691
else if (iid == ScrollItemPattern.Pattern && WindowScroll.
IsScrollable
(_hwnd))
936
if (!WindowScroll.
IsScrollable
(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
89
if (iid == ScrollItemPattern.Pattern && WindowScroll.
IsScrollable
(_hwnd))
MS\Internal\AutomationProxies\WindowsScroll.cs (2)
30
if (!
IsScrollable
(hwnd))
63
if (!
IsScrollable
(hwnd))
MS\Internal\AutomationProxies\WindowsTreeView.cs (2)
794
else if (iid == ScrollItemPattern.Pattern && WindowScroll.
IsScrollable
(_hwnd))
1224
if (!WindowScroll.
IsScrollable
(_hwnd))