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