5 references to Pattern
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
470
new AutomationPatternInfo( ScrollItemPattern.
Pattern
, null, new WrapObjectClientSide(ScrollItemPattern.Wrap) ),
UIAutomationClientsideProviders (4)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
703
else if (iid == ScrollItemPattern.
Pattern
&& WindowScroll.IsScrollable(_hwnd))
MS\Internal\AutomationProxies\WindowsListViewItem.cs (1)
97
if (iid == ScrollItemPattern.
Pattern
&& WindowScroll.IsScrollable(_hwnd))
MS\Internal\AutomationProxies\WindowsTab.cs (1)
934
else if (iid == ScrollItemPattern.
Pattern
)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
805
else if (iid == ScrollItemPattern.
Pattern
&& WindowScroll.IsScrollable(_hwnd))