10 references to Pattern
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
454new AutomationPatternInfo( SelectionPattern.Pattern, SelectionProperties, new WrapObjectClientSide(SelectionPattern.Wrap) ),
UIAutomationClientsideProviders (9)
MS\Internal\AutomationProxies\EventManager.cs (1)
289ISelectionProvider selection = el.GetPatternProvider(SelectionPattern.Pattern) as ISelectionProvider;
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1340new CtrlTypePatterns(ControlType.List, SelectionPattern.Pattern),
MS\Internal\AutomationProxies\WindowsButton.cs (1)
247else if (iid == SelectionPattern.Pattern && _type == ButtonType.GroupBox)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
110else if (iid == SelectionPattern.Pattern)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
161if (iid == SelectionPattern.Pattern)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
176if (iid == SelectionPattern.Pattern)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
132if (iid == SelectionPattern.Pattern)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
149if (iid == SelectionPattern.Pattern)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
240else if (iid == SelectionPattern.Pattern)