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