5 references to Pattern
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
485new AutomationPatternInfo( ScrollItemPattern.Pattern, null, new WrapObjectClientSide(ScrollItemPattern.Wrap) ),
UIAutomationClientSideProviders (4)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
691else if (iid == ScrollItemPattern.Pattern && WindowScroll.IsScrollable(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
85if (iid == ScrollItemPattern.Pattern && WindowScroll.IsScrollable(_hwnd))
MS\Internal\AutomationProxies\WindowsTab.cs (1)
936else if (iid == ScrollItemPattern.Pattern)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
794else if (iid == ScrollItemPattern.Pattern && WindowScroll.IsScrollable(_hwnd))