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