10 references to Pattern
UIAutomationClient (1)
MS\Internal\Automation\Schema.cs (1)
475new AutomationPatternInfo( SelectionPattern.Pattern, SelectionProperties, new WrapObjectClientSide(SelectionPattern.Wrap) ),
UIAutomationClientSideProviders (9)
MS\Internal\AutomationProxies\EventManager.cs (1)
276ISelectionProvider selection = el.GetPatternProvider(SelectionPattern.Pattern) as ISelectionProvider;
MS\Internal\AutomationProxies\MSAANativeProvider.cs (1)
1311new CtrlTypePatterns(ControlType.List, SelectionPattern.Pattern),
MS\Internal\AutomationProxies\WindowsButton.cs (1)
231else if (iid == SelectionPattern.Pattern && _type == ButtonType.GroupBox)
MS\Internal\AutomationProxies\WindowsComboBox.cs (1)
94else if (iid == SelectionPattern.Pattern)
MS\Internal\AutomationProxies\WindowsListBox.cs (1)
149if (iid == SelectionPattern.Pattern)
MS\Internal\AutomationProxies\WindowsListView.cs (1)
166if (iid == SelectionPattern.Pattern)
MS\Internal\AutomationProxies\WindowsTab.cs (1)
132if (iid == SelectionPattern.Pattern)
MS\Internal\AutomationProxies\WindowsTreeView.cs (1)
138if (iid == SelectionPattern.Pattern)
MS\Internal\AutomationProxies\WinFormsSpinner.cs (1)
230else if (iid == SelectionPattern.Pattern)