10 references to Pattern
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
480new AutomationPatternInfo( SelectionPattern.Pattern, SelectionProperties, new WrapObjectClientSide(SelectionPattern.Wrap) ),
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\EventManager.cs (1)
282ISelectionProvider selection = el.GetPatternProvider(SelectionPattern.Pattern) as ISelectionProvider;
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1313new CtrlTypePatterns(ControlType.List, SelectionPattern.Pattern),
MS\Internal\AutomationProxies\WindowsButton.cs (1)
236else if (iid == SelectionPattern.Pattern && _type == ButtonType.GroupBox)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
98else if (iid == SelectionPattern.Pattern)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
153if (iid == SelectionPattern.Pattern)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
169if (iid == SelectionPattern.Pattern)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
134if (iid == SelectionPattern.Pattern)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
140if (iid == SelectionPattern.Pattern)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
232else if (iid == SelectionPattern.Pattern)